Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1139410
    mjamison3
    Participant

    How do you disable the carousel on mobile devices? Specifically phones but keep in on tablets?

    Thanks

    #1139891
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    @media ( max-width: 767px ) {
    .x-post-carousel { display: none; }
    }
    

    That should do it, cheers!

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