Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1193122
    Missy S
    Participant

    Hi,

    Is there a trick I can use to move the image down a bit so that it does not clash with my menu? I cant reduce the nav bar any more. I can not figure it out and I read the docs & I’ve tried many different combinations of offsets. Any ideas?

    http://imgur.com/a/yTFq8

    #1193123
    Missy S
    Participant
    This reply has been marked as private.
    #1193483
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Look for this block on your Custom CSS on Customizer and remove it.

    body.home.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 0;
    }

    Then add this instead.

    body.x-navbar-fixed-top-active .x-navbar-wrap {
    	    background-color: #000;
    	    margin-bottom: 0;
    }

    Hope it helps, Cheers!

    #1193550
    Missy S
    Participant

    Worked like a charm. Thanks!

    #1193594
    Lely
    Moderator

    You’re welcome Missy!

    Cheers!

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