-
slhservices
I have a sticky mobile header. On scroll it pushes the banner to under the logo. I want them to stay on the same line at the top of the browser.
How can I do this?
-
Hi there,
The link to your site isn’t working for me.
Can you confirm?
Thanks!
-
slhservices
I updated it I apologize.
-
Hi there,
It seems like the large button size might be causing the issue. Would you be okay with adjusting the button size to make it smaller on mobile devices?
-
slhservices
Yes I would Just cant figure out how to do it.
-
Hi there,
Try adding this CSS:
.mobile-header .wp-block-button { font-size: 12px !important; } .mobile-header-navigation .site-logo { margin-right: auto; }
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let us know 🙂
-
slhservices
That worked onscroll but now the logo is very tiny before scroll. Is there anyway to make it not adjust sizing .. The scroll sizing is perfect
-
Alvind
Add this CSS as well:
.site-logo.mobile-header-logo img { height: 130px; }
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.