Okay
  Public Ticket #1246450
padding
Closed

Comments

  • nitramtech started the conversation

    How do i reduce the gap between my logo and my menu buttons. (Im using the left side menu layout)

    Thanks.

  •  3,034
    Andrew replied

    Hi there,

    Thank you for reaching out to us.

    This can be done using custom CSS code. However, I will need to see your website first. If possible, could you please send me a link to your website? It will be greatly appreciated.

    Looking forward to your reply.

    Best regards.

  • nitramtech replied

    www.nitram.tech

  •  3,034
    Andrew replied

    Hi again,

    Thank you for providing the link to your website.

    Please use the following code to reduce the space between logo and menu:

    @media only screen and (min-width: 1001px){
    body[data-header-format="left-header"] #header-outer nav {
    vertical-align: top;
    }
    }
    

    Hope this solves the problem.

    Best regards.

  • nitramtech replied

    thank you and where would i put entering this code?

  • nitramtech replied

    nvm i figured it out with a bit of research. thanks you guys are amazing!