• Resolved chicL

    (@chicl)


    Hi again,
    Help please! I’ve got my site perfect on desktop view. But when I view it on my mobile (with responsive turned on), it all seems messed up.

    1) I have two menus on the top. It is a repeat of each other. How do I get rid of one?
    2) Also, the menus don’t look like the ones on my desktop view but are instead drop downs with Select Page and Select Category. How can I change it so that it’ll look like my desktop menus?
    3) The slider when viewed vertically crops everything into a square, which means my images are all cropped off. Is there a way to fix this? When viewed horizontally, they are fine.

    My site.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this to theme option->custom css

    @media only screen and (min-width:300px)and (max-width:770px){
    #custom #mobile-nav {display:none !important;}
    #custom .sf-menu {display:inline !important;}
    #Gallerybox, #myGallery, #myGallerySet, #flickrGallery {height: 200px !important;}
    }
    Thread Starter chicL

    (@chicl)

    Brilliant!
    Thank you so much Richie!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu & Slider in mobile view’ is closed to new replies.