Help with changing padding on page

D Started by Dan · October 8, 2020 at 3:17 pm · 1 reply 0 voices Last reply 5 years, 8 months ago
D
Dan Original poster Member
#1

Would like to reduce the padding between the Header and the page content, especially at the top of the page. Tried some CSS code but haven’t found the right combination.

Thanks for the help,

Dan

ST
Spiracle Themes Original poster
#2

Hi Dan,

Try the following CSS

.page .page-content-area {
margin-top: 100px;
}

Copy and paste it in Appearance -> Customize -> Additional CSS

Note: You can increase/decrease the value 100 to adjust the space

Let us know if this works out or not

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Help with changing padding on page

By posting, your reply becomes public (unless marked private).