x

Help with resizing logo for mobile view - please!

Hi there,

I know there are some community members who rock #CSS so I would be so grateful if someone could help me. I resized the logo in the header on my site (responsive theme) because it was too small to be legible but now on mobile view it obscures the first text on the page.

I have read the various answers to similar questions but I still can't make it work except by restoring the size to the original 40px. 

My site is: http://art.cherryjeffs.com/

All help gratefully received!

Thanks,

Cherry

6,489 Views
Message 1 of 12
Report
11 REPLIES 11

Try adding something like this to your main-style.css file at the bottom, if you've already edited your theme:

@media screen and (max-width: 767px) {
.no-header-page #main-wrap {
padding-top: 155px !important;
}
}
6,462 Views
Message 2 of 12
Report

If you didn't edit your theme, put a <style> tag before that code and </style> tag after it, then paste it into Settings > SEO > Header Code.

6,461 Views
Message 3 of 12
Report

Thanks @BJ I DID edit the theme!

6,457 Views
Message 4 of 12
Report

Thank you so much @BJ - that totally worked Smiley Happy I am forever grateful!

Do you think I need to do anything for any other screen sizes? I saw another solution which also mentioned 480px...

Best,

Cherry

6,456 Views
Message 5 of 12
Report

I am having the same issue with my logo, but this particular fix didn't work for me - I imagine because the theme is different? Just wondering if you could take a look at it: https://mmtemp88.weebly.com/ and let me know if you have any ideas? Thank you! 🙂

6,092 Views
Message 13 of 12
Report
Square

Is your site live, @Jo79? It'll probably help to see the live site.

6,089 Views
Message 13 of 12
Report

Yes, I believe so. You can see it at: https://mmtemp88.weebly.com/

6,083 Views
Message 13 of 12
Report

Hi Adam,

I am also desperate for some help with my logo for my friends wedding.

It is a png, but when i put it into mobile model the logo is dramatically small.

Is there any chance you could please have a look for me?

Website is: https://sophieandbradley.weebly.com/

Thanks!

Amelia

5,878 Views
Message 13 of 12
Report

Try this in Settings > SEO > Header Code, @Millsy:

<style>
    @Media (max-width: 992px)
    {
        .wsite-logo a img 
        {
            max-height: none !important;
            padding: 10px !important;
        }
        .navmobile-wrapper
        {
            padding-top: 105px !important;
        }
    }
</style>

5,872 Views
Message 13 of 12
Report

Thanks heaps!

2,434 Views
Message 13 of 12
Report

Thanks so much - this helped for me too Smiley Happy
2,325 Views
Message 13 of 12
Report