Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1284416
    henrybag
    Participant

    Hi

    I have a site in development and was wondering if was possible to left align the menu as per the visual and also wether the contact us could be right aligned.

    The development site is http://boxtreefarm.co.uk.gridhosted.co.uk/

    Thanks

    Henry

    #1284441
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    nav.x-nav-wrap.desktop {
        float: left;
    }
    
    .desktop li#menu-item-764 {
        position: absolute;
        right: 0;
    }
    
    .x-navbar-inner .x-container-fluid.max.width {
        max-width: 1200px;
        width: 88%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    Hope it helps 🙂

    #1284466
    henrybag
    Participant

    That’s great – many thanks for the quick response

    #1284518
    Paul R
    Moderator

    You’re welcome! 🙂

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