Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #2037795
Increase margin above logo
Closed

Comments

  • BrandiAMiller1 started the conversation

    I just want to increase the margin about the logo. It looks like it is set to -75px when I inspect the page but I cannot determine how to configure custom css. I would like for the margin to be at -35px.

  •  361
    Filip replied

    Hello there!

    Please keep in mind that you set your logo height to be much higher than the header itself and that's where those problems are coming from.

    However, if you insist on reducing that margin, please use the following CSS (add it into Theme Options / Advanced / Custom CSS area):

    #logo a img {
        margin-top: -40px !important;
    }
    

    Kind Regards,
    Veented Team