Logo size - by stevhong - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Robert Hall

  • 3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 3, 2016 at 10:26

    Hello
    Add the following code in custom.css file.

    .header-type-3 .logo-with-menu, .header-type-4 .logo-with-menu{
        width: 290px;
    }
    @media (min-width: 1200px){
    	.page-wrapper .header-type-3 .main-nav .menu, .header-type-4 .main-nav .menu{
    		width: 880px;
    	}
    }
    @media (min-width: 979px) and (max-width: 1200px){
    	.header-type-3 .logo-with-menu, .header-type-4 .logo-with-menu{
    		width: 240px;
    	}
    }
    Avatar: stevhong
    stevhong
    Participant
    August 4, 2016 at 05:10

    thank you very much. it solve my issue

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 4, 2016 at 07:07

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

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

The issue related to '‘Logo size’' has been successfully resolved, and the topic is now closed for further responses

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