Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

logo size editorial 2

  • #7179
    Avatar photo[anonymous]

    Hello,

    How to change logo size on editorial 2 theme?

    Thanks

    David

    #7180
    Avatar photoBob

    text or image logo?

    #7181
    Avatar photo[anonymous]

    Hi,

    Image logo.

    Thanks

    #7182
    Avatar photoBob

    Play with the max-height value via a Custom CSS tool:

    #header .logo-image > img {
      max-height: 2.5em;
    }