Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1270871
    wedluxe
    Participant

    I’m pulling my hair out over this. I am looking to centre the main nav bar – can anyone help? Site is wlx2017.wpengine.com

    #1270891
    Joao
    Moderator

    Hi There

    Go to Appereance > customizer > Header > Select Stacked.

    Hope that helps

    Joao

    #1270898
    wedluxe
    Participant

    I did that but the actual pages as the menu items aren’t centered…

    #1270978
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    @media (min-width: 970px) {
        .ubermenu-responsive-default.ubermenu {
            width: 970px;
            margin: 0 auto;
        }
    }
    #1271539
    wedluxe
    Participant

    Cusomizer? Can’t find that…can you point me?

    #1271554
    wedluxe
    Participant

    I also want to get rid of the black and turn it all white to match the background and then have the text black – no idea how to do that either…help!

    #1271613
    wedluxe
    Participant

    Site is wlx2017.wpengine.com

    #1271807
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To center your menu in your navbar, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    body .ubermenu-responsive-default.ubermenu {
        display: block!important;
        width: auto !important;
        margin: 0 auto;
        max-width: 1050px;
    }

    To get rid of the black and turn it all white to match the background, please go to Appearance > UberMenu and go to the Main UberMenu Configuration tab and select “Style Customizations”. Please see it in this screenshot: http://prntscr.com/dc8dgd

    Hope this helps.

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