Archived topic
Need help with Page Sections
16 replies · Started by Michael on February 7, 2017
Viewing posts 16–17 of 17
I see. Try this CSS:
.site-footer {
margin-top: 20px;
}
To add white border around specific sections:
- First add the class whiteborder in Custom Classes field in the Sections settings
https://docs.generatepress.com/article/sections-overview/#opening-the-section-settings
- Then add this CSS:
.whiteborder{
border: 2px solid #ffffff;
box-sizing: border-box;
}
This archived topic is closed to new replies.