Archived topic
Move down title in header - on mobile view
3 replies · Started by Manuela on February 22, 2021
Hi again,
Is there a way I can move a bit down the title 'Plant medicine integration and intuitive life coaching' (homepage) from the header on mobile?
I tried going to Customize-Layout-Header and changing the Header padding. It worked for desktop, but nothing moved on mobile.
Thank you,
Hi there,
Try increasing the top padding for that page hero with the mobile toggle on:
https://docs.generatepress.com/article/header-element-overview/#padding
https://docs.generatepress.com/article/how-to-create-a-page-hero/#step-4-set-the-height
Hi Manuela,
Previously you added this CSS:
@media (max-width: 481px) {
.home .page-hero {
padding-top: 100px;
padding-bottom: 100px;
}
}
Just increasing the padding-top should do.
Hi Ying,
Thank you, that did the trick.
Kind regards,