Static blocks not available in mobile portrait view

How do I get static blocks to appear on my homepage on the mobile portrait view?
I want to be able to display:
position-10
position-1
product slider

The other blocks are showing fine (position5, 6, 7)
I am using the sporty theme and when viewing my homepage in mobile landscape view the static blocks appear just like I want them to. 
I assume I need to edit the file skin/frontend/default/jm_sporty/css/layout-mobile-portrait.css.  I just need help in knowing what to edit.
 
Thanks in advance.

3 answers

Profile photo of tuan le van 11570.00 $tone July 15, 2015
Public

Hi
You can go to skin/frontend/default/jm_sporty/css/layout-mobile-portrait.css line 174. change    display: none to display:block
to show position-10.
Best regards,
Kan

#1
Profile photo of Cade Beck 120.00 $tone July 15, 2015
Public

Thank you Kan. Is there any way to get position-1 to show on mobile portrait?  In the sporty demo this block shows on mobile portrait, but I can’t figure out how to get it to show on my site.
 
Thanks,

#2

Please login or Register to Submit Answer

Written By

Comments