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

Post Content Module (Separate body from Title)

Discussion in 'Free Divi Community Forum' started by RyanMonk, Jul 24, 2023.

  1. RyanMonk

    RyanMonk New Member

    Hi Divi Community,

    I am working with the Post Content Module to make a dynamic blog page. I am trying to put some space between the heading and body text. I can achieve this with the heading line height, but that also puts space between the lines of the heading itself.

    Does anyone know how I could put space between the heading and body text without spacing out the heading? I will attach a photo of what I mean.

    Thanks for any help! Screenshot 2023-07-24 153540.png
     
    1. PRO MEMBER PERKS Divi Block Pro - Easy-to-use drag & drop interface to mix & match 456+ premade Divi blocks & export as json file:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    You might need custom CSS to set some padding bottom to the heading tag.

    For example:

    h1,h2,h3,h4,h5,h6 {
    padding-bottom: 12px!important;
    }