Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #182140
    Geert Bruers
    Participant

    I want my logo to appear bigger on my site. My site

    Anyone who can help me?

    #182160
    tikaram
    Keymaster

    @bruersgeert: Login to your WordPress Admin. Go to Appearance => Customize => Additional css and add the following css.

    .custom-logo {
      max-width: 100px;
    }
    .site-header-main .site-branding {
      padding-bottom: 0;
    }
    

    Let me know if this resolves your issue

    Regards,
    Tikaram

    #182207
    Geert Bruers
    Participant

    Thx you’re my new hero 😉

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo in the top corner is verry small.’ is closed to new replies.