Site logo

Archived topic

Move down title in header - on mobile view

3 replies · Started by Manuela on February 22, 2021

Viewing posts 1–4 of 4

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 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,

This archived topic is closed to new replies.