Forums
Home / Theme: OnePress / White space under the header and above the footer
(@met45)
6 years, 4 months ago
Hi!
How can I remove the white space under the header and above the footer?
link
The page I need help with: [log in to see the link]
(@wreckcox)
#primary { padding-top: 0px; } Please try this. I hope this should help.
thx, it’s work this in top and bottom in half #primary { padding-top: 0px; padding-bottom: 0px;}
#primary { padding-top: 0px; padding-bottom: 0px;}
The remaining white space can be removed? Or disable back to top button ??
(@pressmaximum)
Hi @met45,
Please add this too: .entry-content { margin-bottom: 0; }
.entry-content { margin-bottom: 0; }
thx, it’s work