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 Divi Blog Module: Blog Length Not The Same

Discussion in 'Free Divi Community Forum' started by Shein, Sep 20, 2019.

  1. Shein

    Shein New Member

    Hey guys and gals! My Divi Module post are different in length. What can I do to fix it?
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Block Pro - Premade gallery carousel design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    After experimenting it, only found a CSS way to achieve that with few limitations.

    You can try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
    But do note that it only works if you set to show 3 posts in the blog module.

    And it only works in desktop.
     
    Shein likes this.
  3. Shein

    Shein New Member

    It worked! Thank you! I had to modify it a bit but it works perfectly
    @media screen and (min-width: 981px) {
    .et_pb_salvattore_content {
    display: flex;
    }
    .et_pb_salvattore_content .et_pb_post {
    height: 44%;
    margin-bottom: 60px!important;
    }
    }
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade testimonial carousel design for your Divi site without using any plugins:View Demo