Hello
Could someone tell me how to enable or disable the elements that are shown on a mobile please.
For example the advertainment block doesn’t display on mobile.
I have a static block containing my categories on the home page. I want to try and show this on mobile.
Thanks
Wayne
5 answers
All these are managed in css files, for this fix
Go to this File: /skin/frontend/default/jm_summer/css/layout-tablet.css
Replace this code
Code:
#jm-tops3 { display: none; }
with
Code:
/* #jm-tops3 { display: none; } */
Please go to the file: http://cfmsample1.co.uk/skin/fronten…out-mobile.css at line 64 remove the rule
Code:
#jm-col1, #jm-col2, #jm-bots2{ display: none; }
Hello,
Thanks for both the replies but neither of them make the block show on mobile.
I have attached a screenshot with a red box around the block I want to try and display on mobile -- both landscape and portrait.
Many thanks
Wayne
Please go to the file: http://cfmsample1.co.uk/skin/fronten…out-mobile.css at line 64 remove the rule
Code:
#button-btt, #jm-tops1, #jm-tops2, <--- remove only it #jm-tops3, #jm-mass-bottom { display: none !important; }
Perfect! Thank you
This question is now closed