Archived topic
Logo doesn't fit correct on mobile
1 reply · Started by Billy on December 12, 2022
Viewing posts 1–2 of 2
My logo doesn’t quite fit right on mobile (I’d like it to be tucked neatly on the header menu bar alongside the hamburger menu), but it appears it’s too big and sits on top of it, making it look weird.
I did a search online and added some css people recommended in hopes it would work, but it didnt budge. thanks!
Hi there,
Give this CSS a shot:
@media (max-width: 768px) {
.site-header .header-image {
width: 300px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.