Tagged: x Author Posts May 20, 2016 at 4:34 am #1001248 dcantellParticipant 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 May 20, 2016 at 5:30 am #1001286 Paul RModerator 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. May 23, 2016 at 4:10 am #1004862 dcantellParticipant Thanks for your response – it worked perfectly! Darren May 23, 2016 at 4:13 am #1004868 ChristopherModerator Glad we could help you with this. Author Posts <script> jQuery(function($){ $("#no-reply-1001248 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In