Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #243989

    DJjohnmalgioglio
    Participant

    Hi, idiot noob here.

    I want to get rid of the excess globally but i cant figure out how to with custom CSS.

    #244052

    Thai
    Moderator

    Hi There,
    Thanks for writing in!
    Try adding following CSS under Appearance > Customize > Custom > CSS:

    
    .x-navbar-inner {
    min-height: 60px;
    }
    .x-breadcrumb-wrap {
    display: none;
    }
    

    Hope it helps.

    #244068

    DJjohnmalgioglio
    Participant
    This reply has been marked as private.
    #244152

    Friech
    Moderator

    Hi There,

    Just additional info! You can also adjust the navbar height via customizer under the header tab and look for the navbar top height option.

    Glad we could help, Cheers!