Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1350579
    rabbler
    Participant

    I made that margin tiny. Its not worked.

    #1350611
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 979px) {
    .home .rev_slider {
       display:none;
    }
    }
    

    Hope that helps

    #1350685
    rabbler
    Participant

    Ah I hate to be that annoying person. But I can’t see that working.

    That space is still there?!

    #1350706
    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1350720
    rabbler
    Participant
    This reply has been marked as private.
    #1350795
    Joao
    Moderator

    Hi There,

    There was some missing } also I have updated your code to :

      @media (max-width: 979px) {
    .home #rev_slider_17_1_wrapper {
       display:none !important;
    }
    .home #x-section-1 .x-raw-content {
          min-height: 0px !important;
        } 
        
    }

    Hope it helps

    Joao

    #1351017
    rabbler
    Participant

    Ah god, damn missing curls. Okay, I guess if Im doing stuff again and it doesnt work Ill make sure to check that, its always a learning curve.

    Thank you so much.

    #1351146
    Jade
    Moderator

    You’re most welcome!

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