Home › Forums › Support › Page header only over content (not over content and sidebar) › Reply To: Page header only over content (not over content and sidebar)
November 1, 2015 at 11:00 am
#149518
Lead Developer
Lead Developer
Try adding this CSS as well:
.page-header-content {
margin-bottom: 20px;
margin-right: 20px;
margin-top: 0;
}
@media (max-width: 768px) {
.page-header-content {
margin-right: 0px;
}
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development