1. PROMO Get 60% OFF Lifetime Pro Membership & access all our Pro Divi Extensions, Divi Layouts, Divi AI Generator, Divi Block, etc.VIEW PRICING
Dismiss Notice
UPDATE Custom Color Scheme + Premade Divi Layouts - A perfect combination to boost productivity. New 'Gadget Repair' layout added.Try our Custom Color Layouts
BEST Divi Block - A revolutionary online drag & drop tool to easily mix & match 478+ premade blocks to kick start your Divi site design. Special module designs are included as well.
Learn MoreTry Free Version

Solved Blog Module - How to place Date Post-Meta above title

Discussion in 'Free Divi Community Forum' started by Scott Douglas, Jan 27, 2020.

  1. Scott Douglas

    Scott Douglas Member

    Hi, hopefully this is an easy css answer, but I was wondering how I would go about moving the date post-meta to be above the entry-title? This is for a blog module I'm inserting into my home page.

    Thanks!
    Scott
     
    1. PRO MEMBER PERKS Divi Login Customizer Plugin - Instantly beautify your Wordpress login page with 6 premade designs:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    .et_pb_module .et_pb_post {
        display: flex;
        flex-direction: column;
    }
    .et_pb_module .et_pb_post .post-meta {
        order: 1;
    }
    .et_pb_module .et_pb_post .entry-title {
        order: 2;
    }
    .et_pb_module .et_pb_post .post-content {
        order: 3;
    }
     
  3. Scott Douglas

    Scott Douglas Member

    That almost worked, I have 2 rows of 3 columns, and if one of the post titles in the top row is 2 lines, then the post directly below it gets pushed down. Is there a fix for that?
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Block Pro - Premade rolling text design for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    I would suggest you to create 2 rows with 2 different blog module. For the second row blog module, remember to set Offset Number to be 3.
     
    Scott Douglas likes this.
  5. Scott Douglas

    Scott Douglas Member

    Awesome, thanks!
     
    1. PRO MEMBER PERKS Divi Cart Count Plugin - Easily add cart count to your Divi cart icon. 6 different styles to choose from:Learn More