1. PROMO Get 60% OFF Lifetime Pro Membership & access all our Pro Divi Extensions, Divi Layouts, Divi AI Generator, Divi Block, etc.VIEW PRICING
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color.
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Gap between header and first page section.

Discussion in 'Free Divi Community Forum' started by Amy Neuwood, Nov 9, 2023.

  1. Amy Neuwood

    Amy Neuwood New Member

    I have a gap on my site between the header and the first section of the home page. (Haven't made any other pages yet, since I hit this snag straight away.)

    I've checked all the spacing andf tried the fix in this post - https://divi.help/threads/blank-space-between-header-and-menu.963/ - but nothing seems to be fixing it. When I preview the page and inspect the element it shows as 'padding-top: 100px', but everything is set to zero in Divi.

    Any clues?
     

    Attached Files:

    #1 Amy Neuwood, Nov 9, 2023
    Last edited: Nov 9, 2023
    1. PRO MEMBER PERKS Divi Block Pro - Premade team carousel design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    You may override it with the below CSS in WP Admin > Divi > Theme Options > Custom CSS:
    Code:
    #page-container {
        padding-top: 80px!important;
    }