Site logo

Archived topic

logo in header too small on mobile

7 replies · Started by Eva on October 24, 2018

Viewing posts 1–8 of 8

Hi,
I have uploaded a logo and retina logo, but on a mobile phone the logo is still very small. I can't finds where to change it. Moreover I would like the images I use on the pages to align left on all mobile devices (or should I start another topic for it?).

Thanks for helping out (again :-)),
Eva

Hi Eva,

Try this CSS for the logo size on mobile:

@media (max-width: 768px) {
    .inside-header {
        padding: 20px;
    }
    .alignleft, .alignright {
        margin-left: 0;
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

For image alignment, are you referring to the static image like the one on home page?

Let me know :)

Hey Leo, thanks! That works fine for the logo.

As for the images, the ones on /home, /saskia-van-den-boogert and /contact-praktische-informatie.
Thanks again!
Eva

I've edited the CSS above to include image alignment.

Let me know :)

Yep, it works.
Thanks again for the great support, Leo!

Glad I could help :)

That worked great. Thanks!

No problem :)

This archived topic is closed to new replies.