How to hide divi header and remove dead space

Posted by George Nicolaou

On 18 Jul, 2017
George Nicolaou - Senior Web Developer

All required css is shown below

/*start hide divi header so I can use my own global module*/
#main-header{
display:none;
}
#page-container{padding-top:0px !important;margin-top:0px !important; }
#main-content .container{padding-top:56px !important;}
/*end hide divi header so I can use my own global module*/

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Pin It on Pinterest

Share This
Divi Theme Code SnippetsHow to hide divi header and remove dead space