Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856418

    Maulana A
    Participant

    How can I shift the humberger menu slightly to the left and the logo slightly to the right? I’m using icon stack with inline layout on the header.

    #856492

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Please add this in your customizer’s custom CSS:

    @media (max-width: 979px){
    .x-brand img {
        margin-left: 40px;
    }}
    
    x-btn-navbar{
    margin-right:40px
    }

    Adjust 40px to achieve the best space you want.

    Hope it helps. Let us know how it goes.

    Thanks.

    #856497

    Maulana A
    Participant

    Thank you so much X theme. You’re the best

    #856629

    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!