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