[Support request] Logo reverts back to standard size after I’ve customize its size.

Home Forums Support [Support request] Logo reverts back to standard size after I’ve customize its size.

Home Forums Support Logo reverts back to standard size after I’ve customize its size.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1618222
    kyle

    Hi everyone, I hope your new year is going well 🙂

    In customize I change my logo size and all is good, however once I publish and reload the page the logo is back to it’s original size.

    What is the cause of this and how can I change it?

    #1618313
    David
    Staff
    Customer Support

    Hi there,

    your cache/optimization plugins are changing the HTML of the images on the site, so to set the logo size will require some CSS:

    .site-header .header-image img {
      max-width: 280px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.