Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #990462
    hype
    Participant

    Despite setting the proper mobile settings for Revolution Slider, sliders will not display on screen sizes smaller than 480px. Is there some code in the theme that prevents this?

    #990464
    hype
    Participant
    This reply has been marked as private.
    #990851
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    It appears that in your child theme’s style.css file (http://bit.ly/27lzST0), you have added this code:

    /* Hide Slider on Mobile */
    @media (max-width: 480px) {
      .x-slider-container.above, .x-slider-container.below {
        display: none;
      }
    }

    which will force the slider to be hidden on smaller screens. If you remove this code, you will see a big difference how your slider will be displayed on the page on smaller screens.

    #990928
    hype
    Participant

    Oops, I missed that residual code left over from another install. Thanks!

    #990965
    Rue Nel
    Moderator

    No Problem!
    If you need anything else we can help you with, don’t hesitate to open another thread.

  • <script> jQuery(function($){ $("#no-reply-990462 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>