• Hey, I need help changing the Logo size on the header of my site. I have tried changing the size of the uploaded image but when I upload it, it stays the same size which is too small.

    My site is MobileUnlocksForYou.com

    Im kind of a beginner so I need simple instructions. Any help is appreciated.

    Thanks !

Viewing 1 replies (of 1 total)
  • It looks as though a size can be changed in the css or there may be a setting in your theme that allows you to increase the size of your site logo. Have you checked the customizer options in your theme to see if it can be increase there?

    In your css right now there is this:

    .site-logo {
    text-align: left;
    padding: 0px;
    width: 30%;
    float: left;
    }

    Increasing the width will allow the logo to be increased in size. Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Logo Size’ is closed to new replies.