Extra news layout divi demo

Here is an example of an "Extra News" layout using the Divi Builder:

Layout Structure:

Layout Settings:

CSS Customizations:

.news-header { background-color: #333333; color: #ffffff; padding: 10px; margin: 0; }

.news-title { font-size: 24px; font-weight: bold; margin: 0; }

.news-date { font-size: 16px; font-weight: regular; margin: 0; }

.news-image { width: 300px; height: 200px; margin: 0; }

.news-text { font-size: 16px; font-weight: regular; margin: 0; }

.cta-button { background-color: #007bff; color: #ffffff; border: none; padding: 10px 20px; font-size: 16px; font-weight: bold; cursor: pointer; }

.cta-button:hover { background-color: #0069d9; }


This layout uses a simple and clean design to showcase news articles. The news title and date are displayed in a header row, followed by a content row that includes an image and text. The call-to-action (CTA) button is displayed at the bottom of the layout. You can customize the layout to fit your specific needs by modifying the layout settings and CSS customizations.