Archived topic
Page header text on mobile
3 replies · Started by Kim on May 6, 2018
Viewing posts 1–4 of 4
Hi there,
I've added a page header with some text to the homepage. I've set top & bottom padding to 20%. It looks fine on desktop but on mobile some of the text is covered by the menu.
What can I do to make it look better?
Many thanks :-)
Hi there,
Give this CSS a shot:
@media (max-width: 768px) {
.page-header-content-container {
padding-top: 40%;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Works perfect :-)
Many thanks!
No problem :)
This archived topic is closed to new replies.