• I have just added a header and logo to the homepage on the Woo Commerce theme, Mystile but they are too big. I made the files according to the suggested sizes in the documentation. Header is 1170×370 pixels. The logo is 450x 450 pixels.
    How do I solve the problem.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there!

    Could you post a link to your website and I’ll take a look and try to make a suggestion for you ??

    Luke the Daft Duke

    Thread Starter The Wig

    (@the-wig)

    Hi Luke,
    Thanks for your reply. Here’s the link https://www.wigessence.com.au/
    As you’ll see, I’ve made the home page but the logo and the header are way too big.
    I experimented using smaller size files but the problem remains.
    I understood that the theme automatically sets the correct dimensions.

    Thanks

    Thread Starter The Wig

    (@the-wig)

    Hi Luke,
    I was able to reduce the logo by going to scale in media..but still no luck with the header.

    Hi,

    Write this css in your style.css file.Set height and width according to your requirement.

    #header?{
    height:50px;
    }
    #header #logo{
    width:100px!important;
    height:100px!important;
    margin-top:?-30px;
    }

    Thread Starter The Wig

    (@the-wig)

    Thank you. I used your suggestion.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header and Logo’ is closed to new replies.