Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1487305

    Hello
    I had received great help on this website, now my client wants a little bit more adjusting on the final logo size. I reduced the size of the header to 100 Pixels in the header area because they did not want a lot of white space. Of course, by doing this, it reduces the size of the logo. Do you have some custom css I can add to increase the logo in the header menu by 50%?

    #1487318

    Hey Maggie,

    Thank you for the inquiry.

    There are transparent spaces above and below the actual logo image (see private field). Try to remove the current logo from the Media > Library, edit the image to remove the transparent gaps using any photo editing tool, then upload it again.

    Remove the green part:

    View post on imgur.com

    You can also try this css code:

    .logo img, .logo svg {
        min-height: 150px;
        margin-top: -24px;
    }
    
    .logo, .logo a {
        overflow: visible;
    }

    Best regards,
    Ismael

    #1487349

    Thank you very much

    #1487357

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo resizing’ is closed to new replies.