Logo messes with spacing - by Adam - on WordPress WooCommerce support

This topic has 8 replies, 2 voices, and was last updated 3 years, 4 months ago ago by Olga Barlow

  • Avatar: Adam
    Adam
    Participant
    November 25, 2020 at 03:00

    Hello,
    Whatever file I use for a logo it messes with the spacing. I’ve tried copying the original logos sizing which says 600×100. Regardless, when I put my logo it’s entirely too big and it won’t get smaller

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 25, 2020 at 11:08

    Hello,

    What logo size do you want to have?

    You can add the custom CSS to Theme Options > Custom CSS to limit the logo width

    .header1 .logo img {
        max-width: 200px;
    }

    Regards

    Avatar: Adam
    Adam
    Participant
    November 29, 2020 at 20:16

    Kind of. But the margins are off. How do I adjust Margins now?
    Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 30, 2020 at 12:48

    Hello,

    Did you remove the site? Don’t see it anymore to answer your question http://prntscr.com/vsszqk

    Regards

    Avatar: Adam
    Adam
    Participant
    November 30, 2020 at 16:53

    I added the link

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 30, 2020 at 19:30

    Hello,

    Do you want to adjust the top/bottom margins of the logo or which one http://prntscr.com/vt243f ?

    Regards

    Avatar: Adam
    Adam
    Participant
    November 30, 2020 at 21:30

    Yes. theres too much white space above and below the logo.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 1, 2020 at 16:51

    Hello,

    Use the below code at Theme Options > Custom CSS to reduce the gap

    .header1{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.