Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001248
    dcantell
    Participant

    Hello,

    I would like to move the vertical navigation and logo away from the left on the desktop view on the site below:

    http://twdesign.co.uk.34spreview.com

    Also, at the moment logo doesn’t align on the left with the rest of the site on the mobile view – can I adjust this?

    Many thanks,

    Darren

    #1001286
    Paul R
    Moderator

    Hi Darren,

    Thanks for writing in!

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

    
    
    @media (min-width: 979px) {
    .x-navbar.x-navbar-fixed-left {
        left: 50px;
    }
    }
    
    @media (max-width: 979px) {
    .x-navbar.x-navbar-fixed-left .x-navbar-inner > .x-container.width {
       width:100%;
    }
    .x-navbar.x-navbar-fixed-left {
        left: 0;
    }
    }
    
    

    Hope that helps.

    #1004862
    dcantell
    Participant

    Thanks for your response – it worked perfectly!

    Darren

    #1004868
    Christopher
    Moderator

    Glad we could help you with this.

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