• Hello guys,

    I am trying to increase the size of the logo without increasing the size of the header. Every time I increase the logo size in Theme Options
    ->General, the header increments too.

    Thank you in advance.

    This is the website.

Viewing 2 replies - 1 through 2 (of 2 total)
  • css code:

    .logo img {
    
    height: 75px;
    width: 300px;
    }

    to maintain aspect ratio, set the “height: 100%; then just change the width size
    you may need a Custom CSS Plugin. (i’m using SiteOrigin’s)

    Hey there,
    I have the same problem, I’d like to make logo a bit bigger but that also increases the size of the header, which I don’t want.
    Any ideas how to solve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enigma – Increasing logo size without increasing header’ is closed to new replies.