• Resolved jedicolin

    (@jedicolin)


    Please can you let me know how to make the header photo on my site bigger, thank you.

    It shows the logo max width 350, I would like this part to be a bigger number.

    The page I need help with: [log in to see the link]

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

    You can add the following code to your Appearance -> Customize -> Additional CSS:

    .builder-item--logo .site-logo img {
       max-width: 500px !important;
    }

    And you can adjust the size as you want.

    Hope that helps!

    Thread Starter jedicolin

    (@jedicolin)

    @betydbr

    Thank you for your reply but it does not work.

    When I go to change the size it still only goes to 350

    Your logo is bigger now on your live website.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make logo header bigger?’ is closed to new replies.