Logo Size in Header - by a02887 - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler

  • Avatar: a02887
    a02887
    Participant
    August 19, 2016 at 14:23

    Hi!

    I’m trying to make the logo on my header bigger. I’d like to make it 600pxls wide, but it seems to be a set size.

    Whilst achieving this though, I don’t want the menu options to be pushed further down the page, so I’d imagine I’d have to play with padding etc.?

    I’m using Head Type 1

    Thanks!

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 19, 2016 at 15:12

    Hello,

    Please add this code in Custom CSS:

    .header-logo img {
      max-width: 600px;
    }
    .navbar {
       padding-bottom: 10px;
    }

    Regards,
    Rose Tyler.

    Avatar: a02887
    a02887
    Participant
    August 19, 2016 at 15:59

    Hi!

    Thanks for the reply!

    I’ve tried that and it works, but only on the products page but not on the homepage

    Is there a different or additional code?

    Thanks!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 19, 2016 at 16:03

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 19, 2016 at 16:03

    Please add this code:

    .header-wrapper .header-logo img {
        width: 600px;
    }

    Regards,
    Rose Tyler.

  • Viewing 5 results - 1 through 5 (of 5 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.