Image gallery issue

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Thu Apr 11, 2013 10:59 am
Hello, i just noticed that if the name of the product is not long enough i get the images from gallery all over (see attach screen1). If the name is too long it goes under the image and gallery looks ok (see attach screen2).

The ideal view for me would be as in screen3 , even if the name is too short or too long (use another row but dont go under the image ).

Also i couldn`d find anything to help put under the name the short description, can u point me out some ideea ?:)

Best regards,

Mihai Pencea
User avatar
Fresh Boarder

Konrad M
Thu Apr 11, 2013 11:00 am
Hi,
please give me url to your website.
User avatar

GK User
Thu Apr 11, 2013 11:34 am
User avatar
Fresh Boarder

Konrad M
Thu Apr 11, 2013 11:47 am
Please try add to override.css
Code: Select all
.productdetails-view .gkDetails > div.floatleft {
    width:33%;
}
.productdetails-view .gkDetails > div.floatleft+div.floatleft {
    width:66%;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Apr 11, 2013 11:52 am
Your the best, Thx !

Best regards
User avatar
Fresh Boarder


cron