Logo image size - by wholeman - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: wholeman
    wholeman
    Participant
    June 2, 2015 at 10:04

    Hello,

    How can I resize the logo image in header with custom css?

    Regards,

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 2, 2015 at 10:11

    Hello,

    You can use this code in custom.css file

    .logo img{
      width: 240px;
    }

    Regards,
    Robert Hall.

    Avatar: wholeman
    wholeman
    Participant
    June 2, 2015 at 11:56

    Hello, Robert

    It does not work.

    Please refer to the link in private content.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 2, 2015 at 12:33

    Hello,

    Try to use this code:

    .header-type-3 .logo-with-menu img {
     width: 300px !important;
    }
    .header-type-3 .main-nav .menu {
        width: 830px !important;
    }

    Regards,
    Eva Kemp.

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