Xstore centered logo header, how do I make it larger?

This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Olga Barlow

  • Avatar: ecoofficegals
    ecoofficegals
    Participant
    November 8, 2016 at 21:56

    Hello, I’m trying to make the logo larger in the centered header option. I am sliding the slider all the way up for the max size in the theme options, but it doesn’t matter. I want my logo 300px, but it loads at 182 and I can’t seem to make it larger. That’s way too small for our logo. What do I do??

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 9, 2016 at 08:57

    Hello,

    I have added the custom code in Theme Options > Styling > Custom CSS

    /*Logo Custom Styles*/
    @media only screen and (min-width: 1200px){
    .header-wrapper.header-two-rows .left-wrap,
    .header-wrapper.header-two-rows .right-wrap {
        width: 38%;
    }
    .header-wrapper.header-two-rows .header-logo {
        width: 24%;
    }
    }
    @media only screen and (max-width: 992px){
    .header-wrapper.header-two-rows .container-top-wrapper {
        padding: 0;
    }
    .header-wrapper .header-logo img {
        max-height: 150px;
    }
    }

    Regards

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