[SOLVED]More images: a strange view in a frame

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Thu May 19, 2011 7:52 am
Hi,
I have some products with more images added by VM admin.
In the frontend I see additional images in a strange frame like HERE (frog and elephant).

Is possible to have additional images not in a frame but shown orizontally?

thanks so much

monak1983
User avatar
Junior Boarder

GK User
Mon May 23, 2011 12:58 pm
nothing?
Please help me!!!
User avatar
Junior Boarder

teitbite
Mon May 23, 2011 9:40 pm
Hi

This queston was answered many, many times on the forum :)

Please add this class to css:

Code: Select all
.thumbnailListContainer {
    height: auto;
    width: auto;
}
User avatar
Moderator

GK User
Mon Jun 06, 2011 7:06 am
I have the same, the 2 extra images are vertically in a frame and not horizontal.

in my vm.css there are following lines:

Code: Select all
.thumbnailListContainer { clear: both; height: auto; width: 100%; margin: 0 0 15px 0; text-align: left }
.thumbnailListContainer h5 { margin-bottom: 8px; }
.thumbnailListContainer a { float: left; margin: 0 10px 10px 0 }
.thumbnailListContainer a img { padding: 6px; border: 1px dotted #ddd }


if i change the width from 100% to auto nothing changed. high is auto as well.
User avatar
Fresh Boarder

GK User
Mon Jun 06, 2011 7:11 am
ok, i searched for older topics with this problem.

Code: Select all
.thumbnailListContainer {
width: 100% !important;
}


did the trick..
User avatar
Fresh Boarder

teitbite
Tue Jun 07, 2011 11:39 am
Hi

What I sugested should work also, but maby it need !important rule at the end of each line.
User avatar
Moderator


cron