When i go to the website from a mobile device, it doesn’t show any products.
I don’t have all the blocks enabled. I do have the JM products and enable.
viewing the website through a desktop it does show.
please help.
d r e v n .org/shop
1 answer
You can edit file /skin/frontend/default/jm_travelgear/css/layout-mobile.css, at line 119 replace this code:
Code:
#jm-mass-top, #jm-tops2 { display: none; }
With:
Code:
#jm-mass-top { display: none; } #jm-tops2 .jm-prev, #jm-tops2 .jm-next { display: none; }