Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1201839
    Plusconsultants
    Participant

    Hi there,

    http://www.plusconsultants.nl

    I am trying to work with the Customizer to change my header but nothing seems to have an effect. Even not when i try to change the font size of the menubar?!?!
    What i would like is:

    -a littlebit of padding at the bottom of logo
    -nav bar aligned with bottom of logo
    -change font size nav bar

    I am not big into css codes, but shouldnt this not all be done by the Customizer?

    Hope you can help.

    thx/best

    Esther

    #1201882
    Thai
    Moderator

    Hi There,

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

    .x-brand {
        margin-bottom: 12px;
    }
    
    #ubermenu-main-27-primary {
        margin-top: 25px;
    }
    
    .ubermenu-nav li a {
        font-size: 14px;
    }

    Hope it helps 🙂

    #1201906
    Plusconsultants
    Participant

    It did!

    Thanks Thai.

    Best regards, Esther

    #1201913
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

    #1201914
    Plusconsultants
    Participant

    Can i also remove the line, and have the navbar on the spot where the line is?

    Best/regards, Esther

    #1201963
    Thai
    Moderator

    Hi There,

    Please find this CSS:

    #ubermenu-main-27-primary {
        margin-top: 25px;
    }

    And change to this:

    #ubermenu-main-27-primary {
        margin-top: 25px;
        border: none;
    }

    Hope it helps 🙂

    #1201990
    Plusconsultants
    Participant

    Brilliant Thai! However hoe do i get the menubar to come down and align at the bottom with the letters of the logo. Apologies for my ignorance.

    Esther

    #1202078
    Thai
    Moderator

    Please update the previous CSS to this:

    #ubermenu-main-27-primary {
        margin-top: 40px;
        border: none;
    }

    Cheers!

    #1203328
    Plusconsultants
    Participant

    Thanks Thai. It worked. I am happy.

    Cheerio, Esther

    #1203397
    Thai
    Moderator

    You’re most welcome 🙂

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