Virtuemart Esport Firefox Issue

GK User
Sun Jun 02, 2013 4:48 pm
Hello,
I am curretly experiencing the following issue as you can see from the attached pictures there is a problem with displaying of products only in Firefox Browser ver.19
I have found a the same issue posted in the forum but there is no solution to it.
Can you please let me know if there is a solution available.
The site is http://technouredi.com/arms/airsoft.html

Thank you in advance and waiting for your reply
User avatar
Fresh Boarder

teitbite
Wed Jun 05, 2013 10:12 am
Hi

Looks like the reason is becuase of valdation error: http://validator.w3.org/check?uri=http% ... ne&group=0

I can see an unclosed tag right next to MODULES EVERYWHERE text.
User avatar
Moderator

GK User
Fri Jun 14, 2013 7:59 am
Hello and thank you for looking into the issue.
I have corrected the issues stated above but firefox still doesn't align the products correctly.
I can also confirm that the issues was present even before I did any modifications to the template. I have the quickstart one.

Thank you and waiting for your reply.
User avatar
Fresh Boarder

teitbite
Fri Jun 14, 2013 12:46 pm
Hi

After fixing this error I can see the reason of the problem. Images are too width for 3 columns layout. Please add this code to css to force it not using for than 100% of space for them.

Code: Select all
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
    width: 100%;
}
User avatar
Moderator

GK User
Mon Jun 17, 2013 1:25 pm
Thank you so much. That solution resolved the issue. Have a great day.
User avatar
Fresh Boarder

teitbite
Tue Jun 18, 2013 10:00 am
Hi

I'm glad I could help :)
User avatar
Moderator


cron