Front Page Mobile VM Product Display Issue

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 Aug 26, 2013 7:27 am
Reply with quote
Report this post
http://prestigeproductsbusselton.com

Hi, on this site the home default menu is set as Virtuemart Home page, just displaying Featured and latest products.

All looks and works fine on desktop in full view mode. However, when responsive on android or iphone, the shop images and descriptions do not appear responsive and squeeze into a too small columns on the left. This can be emulated by reducing the width of the desktop browser window.

The does not happen on the category pages.

I've tried disabling gk news but that did not change anything.

Any ideas?
User avatar
Expert Boarder

GK User
Mon Aug 26, 2013 7:55 am
Reply with quote
Report this post
This is default VirtueMart module and it doesn't support responsive styles, you can try to add this code to tablet.css

Code: Select all
.product.vertical-separator.width14 { width: 25% !important}


and this for mobile.css

Code: Select all
.product.vertical-separator.width14 { width: 50% !important}
User avatar
Platinum Boarder

GK User
Mon Aug 26, 2013 9:01 am
Reply with quote
Report this post
Thanks ! :)
User avatar
Expert Boarder


cron