Spacing in the policies pages between header and text

as you can see the space between the header and the policy text is not there. So maybe somebody can help me with this problem because it’s on all the sites of the policy.

www.le-x-atelier.com pw: djerba

so i need help for all sites and not only the “datenschutzerklärung” site

thank you very much!

Hello @le_X_Atelier

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.header:not(.header--middle-left,.header--middle-center) .header__inline-menu {
    margin-top: 3.05rem;
}

i added the code to base.css at the bottom but unfortunately it doesn’t changed anything so the problem is still there

Hello @le_X_Atelier

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.header:not(.header--middle-left,.header--middle-center) .header__inline-menu {
    margin-top: 3.05rem !important;
}

no i´m sorry the text is still on the header and not above

Hello @le_X_Atelier

what do you want exactly? can you share the proper screenshot that is catchable for me…

you can see the header and the privacy policy site. But that doesn’t look normal.

the text is inside the header but between the text and the header there has to be a gap or some space so that the header is on top an the text above like on a normal website

you understand? so the text has to be more downwards

1 Like

yes ok

I think i solved the problem by myself. I added a code that the header on the landing page is transparent, so the header was on all sites transparent so that the text slides up.

I delete the code and now it works.

Maybe you have a code where i can only change the header on the landing page from white to transparent?

thank you

Hi @le_X_Atelier

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.shopify-policy__container {margin-top: 200px !important;}

Regards,

San