• I would like to increase the size of my logo and center it in storefront theme.
    I was able to do it at one point but since the new update it went back to the original small size.
    Now I have a child theme installed but cannot seem to figure it out this time.
    I have checked the forums and tried the codes that were suggested and nothing is working.
    If anyone can help, it would be great.thanks
    here is a link to my website:
    https://ghoulishbunnystudios.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • hey @wickeddiana,

    Try adding this to the style.css of your child theme, if you have a child theme. If not, then you can use custom css plugin.

    .site-header .custom-logo-link img {
        width: 100%;
    }

    Hope this helps!

    Hello – thanks for the suggestion. Unfortunately, I wasn’t able to get this to work — the logo is still really small even after adding the css above to style.css.

    Any other ideas? My website is https://logoanimationshop.com

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing logo size in Storefront Theme’ is closed to new replies.