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 How to center the recent posts titles in the widget sidebar

Discussion in 'Free Divi Community Forum' started by Thewizard87, Feb 9, 2019.

  1. Thewizard87

    Thewizard87 New Member

    Hi, i need your help again to put my recent posts titles "center" in the widget sidebar.

    I tried this code without sucess :(


    #sidebar .et_pb_widget .widget_recent_entries {
    text-align: center;

    }
     
    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. Thewizard87

    Thewizard87 New Member

    I finally found this and it works! thanks!

    .et_pb_widget_area{
    text-align: center;

    }