Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #909792
    logoglo
    Participant

    Hi there, when you view the site:

    http://www.logoglo.com on a mobile, there is a huge gap between the slider up top and the content below, any way I can get rid of this?

    see attachment.

    Thanks.

    #909889
    Rahul
    Moderator

    Hi, Please add the following custom CSS :

    .x-content-band.vc .wpb_row, .x-content-band.vc .wpb_content_element {
        margin-top: -100px;
    }

    Thanks

    #911022
    logoglo
    Participant

    But that moves the entire content up (on a desktop) and looks bad, I just need the gap removing on a mobile device.

    Thanks.

    #911380
    Joao
    Moderator

    Hi There

    Please this code instead

    
    @media (max-width: 979px) {
    .x-main {
    margin-top: 0px;
    }}

    Hope that helps,

    Joao

    #912770
    logoglo
    Participant

    Perfect! thanks.

    #913106
    Rahul
    Moderator

    You’re welcome!

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