Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #854459

    olianna
    Participant

    Hi,

    How do I align my logo to be centered with my navbar links?

    My site is http://www.ccisusa.com/home/

    #854593

    Christian
    Moderator

    Hey there,

    Please see the Logo and Navbar alignment instruction at https://community.theme.co/kb/customizer-header/

    Thanks.

    #855340

    olianna
    Participant

    I’ve read this already but I couldn’t figure our how to increase space at the bottom of the logo.

    Please help!

    #855631

    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .x-navbar-inner {
        margin-bottom: 1em;
    }
    

    Hope that helps.