slideshow not showing in mobile for kidsland magenot template

Hi,

The slideshow is not showing in mobile phone for kidsland magento theme. Can you please help?

1 answer

Profile photo of Saguaros 0.00 $tone July 22, 2014
Public

Hi there,

By default, the slideshow extension is hidden in mobile view. If you want to show it, please go to file: /skind/frontend/default/jm_kidsland/css/layout-mobile.css

At approx line 538:

Code:

#jm-mnutop, #jm-tops1, .block-cate ul {
    display: none;
}

change it to:

Code:

#jm-mnutop, .block-cate ul {
    display: none;
}

Then you also need to add additional style for this slideshow in mobile view.

#1

Please login or Register to Submit Answer

Written By

Comments