Additional Picture Resize

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Mon Feb 25, 2013 10:05 pm
Hi,
On the product page, I need to change the image size further.
Template: bikestore
The current size of the additional image is 50x50 px.
User avatar
Junior Boarder

Konrad M
Tue Feb 26, 2013 12:31 pm
Hi,
please add to override.css
Code: Select all
.additional-images img {
    width: 50px !important;
}

and set your own width value. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Feb 26, 2013 12:42 pm
thank you!
User avatar
Junior Boarder


cron