• Resolved JamesMonty

    (@jamesmonty)


    In the Mobile Layout, under Optimizer Options, I wish to Hide the Slider for Mobile View.
    After Selecting it, it doesn’t work.

    The reason I want to hide it, is because the slider image won’t resize on Mobile. I’d like to Solve both of these issues if possible.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    James, Can you please let me what your site address is?

    Regards

    Thread Starter JamesMonty

    (@jamesmonty)

    Yes! Sorry for not linking it!

    https://www.jskee.com

    Thank you so much for your help!

    Theme Author OptimizerWP

    (@layerthemes)

    James, You can hide the slider by adding this to your Custom CSS:

    .mobile_hide_slider {display: none;}

    Regards

    Thread Starter JamesMonty

    (@jamesmonty)

    It worked, but it also got rid of the slider on desktop browser.

    Can you help me resize the slider image and content to fit browser shrinking or mobile?
    When I drag the window smaller: 1) the image won’t resize, &2) the video or content overlaps the menu/header.

    Theme Author OptimizerWP

    (@layerthemes)

    James,

    Sorry, I made a mistake. Try this:

    @media screen and (max-width: 480px){
    .mobile_hide_slider {display: none;}
    }

    We will fix the resize in the next version. Right now after resizing the window, you will have to reload the page to make everything fit again.

    Regards

    Thread Starter JamesMonty

    (@jamesmonty)

    It worked amazingly!

    Thank you so much! Best Theme I’ve ever used.

    Theme Author OptimizerWP

    (@layerthemes)

    James can you kindly help us by rating the theme? It would mean a lot to us ??

    Regards

    Thread Starter JamesMonty

    (@jamesmonty)

    Yes of course! Thanks again.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Mobile Layout Options’ is closed to new replies.