Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author terrathemes

    (@terrathemes)

    Hello,

    to increase the logo size you can use this CSS in a child themes style.css or Additional CSS section of the WordPress Customizer:

    .logo-container a img {
      max-height: 100px;
      padding: 10px 0;
    }

    Please provide some feedback whether this solved your issue and mark the topic as resolved.

    Thread Starter katerkoff

    (@katerkoff)

    It worked for me, thanks! But when i scroll down site, logo decreased more than necessary.

    UPD:
    I figured out size of light logo css:

    .nav-container.floated.fixed .logo-container a img {
        max-height: 60px;
    }
    • This reply was modified 7 years, 4 months ago by katerkoff.
    • This reply was modified 7 years, 4 months ago by katerkoff.
    • This reply was modified 7 years, 4 months ago by katerkoff.
    Theme Author terrathemes

    (@terrathemes)

    Great you found the solution!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘increase logo size?’ is closed to new replies.