Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1364690
    Samuel
    Participant

    HelloooooOo

    It’d be great if I could move my menu further right so it hugs the edge of the page..
    At the moment it seems the more menu links I add, the further it drifts into the middle of the page.

    Thanks!
    http://johnhigginson.uk/

    #1364820
    Joao
    Moderator

    Hi Samuel

    Please add the following code to Appereance Customizer Custom CSS

    .x-navbar-inner .x-container.max.width {
    margin-right: 0 !important;
    }

    Hope it helps

    #1365484
    Samuel
    Participant

    Right on!
    What a treat.

    The only thing is, it now effects the display of the mobile menu.
    Is it possible for this code to ignore mobile sizes?

    Cheers

    #1365559
    Friech
    Moderator

    Sure thing, please update the given code to this:

    @media (min-width: 980px) {
    	.x-navbar-inner .x-container.max.width {
    		margin-right: 0 !important;
    	}
    }

    Hope it helps, Cheers!

    #1365865
    Samuel
    Participant

    Mega.
    It worked perfectly, thanks for your help Friech 🙂

    #1365922
    Rahul
    Moderator

    Glad we were able to help you.

    Feel free to ask us again.

    Thanks!

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