• Resolved fmarth

    (@fmarth)


    Hello,
    I would like to enlarge the header logo to 300px. However, the dimensions are not adopted in the Cusomizer. A few weeks ago I made the same setting on another website with the Neve theme, but forgot how to do it. I remember that I changed the spacing in the header and gave the logo more space. Can someone help me?
    Best regards from Germany, Franziska

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @fmarth,

    Thanks for choosing Neve!

    It’s possible to change the logo dimension in Customizer -> Header -> Logo & Site Identity -> Logo Max Width, as you can see here. If this doesn’t work, you could add the code below in the Additional CSS section within the Customizer.

    .site-logo img {
       max-width: 300px !important;
    }

    Have a nice day!

    Thread Starter fmarth

    (@fmarth)

    Hello, I’ve changed it in the Customizer and CSS before but it doesn’t work. As I told. It doesn’t gets bigger than 200px x 50px when I check it with Firebug. I really hope you can help ??

    Hi @fmarth,

    Please provide us the URL to your site so we can check the issue.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Logo to 300px – didn’t work :(’ is closed to new replies.