divi hide header

Solutions on MaxInterview for divi hide header by the best coders in the world

showing results for - "divi hide header"
Yannic
22 Jun 2018
1/* Hide the header */
2#main-header { display:none; }
3#page-container { 
4	padding-top:0px !important; 
5	margin-top:-1px !important 
6}
7
8/* Adjust padding for transparent headers */
9.et_transparent_nav #main-content .container {
10    padding-top: 58px !important;
11}