Help with changing padding on page
October 8, 2020 at 3:17 pm
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
Replies (1)
-
October 8, 2020 at 3:17 pm
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
-
October 9, 2020 at 1:09 am
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