Theme4Press › Forums › evolve › Remove Header/Footer/Nav Area › Reply To: Remove Header/Footer/Nav Area
#20411
|
Hi,
Please use the following to reduce your white space.
1 2 3 |
.page { padding-top: 0 !important; } |
If you want to hide header, footer, etc for all pages. Please use the following and remove the previous given solution.
1 2 3 |
.header, .footer, .menu-container { display: none !important; } |
Thanks!