Hi,
I want to remove that image area https://www.dropbox.com/s/e079b1muufbai2h/01.jpg?dl=0
I want my image preview something like that https://www.dropbox.com/s/6ri7ljkrt8aqhxq/02.jpg?dl=0
Pls help me my developer getting problem to fix it up
Regards,
MD: Shakil Hossain
Hey Glossygraphics!
use this in Quick CSS to control image’s width:
.content a img, .content a:hover img {
width: 300px;
}
Adjust as needed.
Cheers!
Andy
You must be logged in to reply to this topic.