Aditional images virtuemart

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Oct 14, 2013 11:37 pm
Reply with quote
Report this post
Dear Sirs,
After instaling Shop and Buy template, the aditional images are placed one under another.
Additional images we want to be next to each other, not one under the other, as they were before when it was installed Store Box template. We are using Virtuemart 2.0.24 , please help us. thank you
http://stelamartahome.com/index.php/sho ... 171-detail
User avatar
Senior Boarder

teitbite
Tue Oct 15, 2013 1:11 am
Reply with quote
Report this post
Hi

Please add this to css:

Code: Select all
.additional-images img {
    border: medium none;
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
}


Unfortunately I do not see the way to fix description there, so You may need to remove it with this code:

Code: Select all
.vm-img-desc {
    display: none;
}
User avatar
Moderator


cron