Enabling / disabling mobile view

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.

http://www.cfmsample1.co.uk

Thanks

Wayne

5 answers

Profile photo of chavan 100.00 $tone October 14, 2014
Public

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; } */
#1
Profile photo of Wayne Farnworth 290.00 $tone October 15, 2014
Public

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

#3

This question is now closed

Written By

Comments