Okay
  Public Ticket #2773499
Logo placement
Closed

Comments

  • Jim started the conversation

    How might it be possible to adjust the vertical alignment of my site's logo so it is centered on the Menu prompts?  I see where I can (and have) adjusted the Top and Bottom padding,  but just need to be able to vertically adjust the logo too.  Thanks for your help!

  • [deleted] replied

    Hi Jim,

    Your logo is already vertically aligned, see screenshot:

    medium
    (view on a new page)

    If you want to edit that area you can add a CSS code like this for example:

    .header-logo.logo-image {
        margin-top: -15px;
    }
    See example: https://d.pr/v/p7AoJT

    Thanks!