Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #800694

    Hello, I have a transparent PNG logo and I cannot get the logo centered / aligned with the menu on the right. How do I add some padding above and below my logo to align it with the menu on the right?

    #800717

    Hey garyhsueh,

    To solve your problem, just add the following custom CSS code:

    .logo img {
      margin-top: 10px !important;
    }
    

    Best regards,
    John Torvik

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.