1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
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. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Theme builder header size/padding

Discussion in 'Free Divi Community Forum' started by Marna, Aug 1, 2020.

  1. Marna

    Marna Member
    Divi Ultimate Header Plugin

    I've tried everything to reduce the padding on this theme builder MOBILE header (only applied to this test page). I need to reduce the white space below the modules.
    • Everything has a 0 padding and 0 margin.
    • Space below image is off.
    • If I change the section or row height, it puts white space between the header and the page content.
    https://arthursgardendeli.com/test-for-mobile-header/
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Header Plugin - Add custom vertical navigation for your Divi site. Turns into slide in menu on mobile:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Just go to the Row Settings > First Column Settings > Advanced > Custom CSS > Main Element & add: margin-bottom: 0!important;
     
  3. Marna

    Marna Member
    Divi Ultimate Header Plugin

    Thank you! Why does that work? I mean, if everything else was set to 0?
     
    1. PRO MEMBER PERKS Divi Ultimate Footer Plugin - Custom global Divi footer (20 premade styles) + Revealing footer effect:Learn More
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    Somehow, Divi doesn't have any margin settings for the column. And the extra spacing is caused by the column margin. Thus, the method above is to remove the margin bottom for the column.