• Hi Guys,

    My client keeps asking to make the logo bigger. I’ve tried in CSS but had no luck and changed it in the settings to the max of 200 but it apparently is still not big enough.

    Any ideas?

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

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Add the below CSS code in additional CSS for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS code >> Publish it.

    .custom-logo {
    height: auto;
    max-height: none;
    max-width: 350px;
    width: 350px;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Making Logo Bigger’ is closed to new replies.