Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1057534
    snapos
    Participant

    Hi Guys,

    Just wondering how I can send my logo to the very left of the page, rather than being in line with content?

    #1057535
    snapos
    Participant
    This reply has been marked as private.
    #1057616
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    header .x-container.max {
    	max-width: 100%;
    	width: 100%;
    	padding-right: 5%;
    }

    Hope it helps, Cheers!

    #1057763
    snapos
    Participant

    Thanks, can you also tell me why my sections are so high? They seem to start well above the Navbar

    #1057791
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > CSS in the Customizer.

    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 125px;
    }
    

    Hope that helps.

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