Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1317920
    jayojea
    Participant

    Hi,

    I have my site page setup so that The header is transparent and overlapping the first content area’s background as if both are wrapped by the same div. To do this I had to set the navbar top height to 0. This works perfectly until we get into smaller devices. The header in smaller media queries appears to have a background, and overwriting that with CSS means the nav can no longer expand and adjust the contents below. Any way to fix this?

    Thanks in advance!

    #1318251
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1337338
    jayojea
    Participant
    This reply has been marked as private.
    #1337712
    Rad
    Moderator

    Hi there,

    It’s behind the under construction, would you mind providing the login credentials? For the meantime, if you just wish to implement specific styling to desktop, and don’t want to affect the mobile view of your site then use @media blocks.

    Example,

    @media ( min-width: 980px ) {
    
    .x-navbar {
    height: 0px;
    }
    
    }

    Min-width means greater or equal, while Max-width is less than or equal.

    Cheers!

    #1338554
    jayojea
    Participant
    This reply has been marked as private.
    #1338925
    Nabeel A
    Moderator

    Hey Jay,

    I tried to login but the given credentials aren’t working for me. Can you please double check the username and password?

    Thanks!

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