[jQuery] quick fix
[jQuery] quick fix
there could be a better solution but I made it using firebug for
quick :
go to style.css (line 9)
edit this rule from :
.photo img {
padding:16px 0 0 16px;
position:relative;
}
to this one
.photo img {
padding:16px 0 0 16px;
position:relative;
height:503px !important;
width:754px !important;
}
have a nice day.