How to display Divi Blog in List Layout using CSS in Code Module


The blog module is one of the many modules in the Divi theme. The blog module displays the blog posts. 


3767533f5a1029fddc0d9f06b0c3dbb2?s=96&d=mm&r=g

nanadwumor

May 28, 2024

Divi theme image

Sharing is Caring


  • The blog module can be used to display categories of blogs on a page. The blog module can be displayed in a grid or a fullwidth
  • You cannot display it in a list. To achieve this however, you need custom CSS to modify the blog’s features such as the featured image, post, meta, etc.
  • You don’t have to know CSS. We provide the CSS code for you to copy and paste to edit your website instantly.

RECOMMENDED ARTICLES


How to edit wp-config file in WordPress

How to edit wp-config file in WordPress

The wp-config file is a core WordPress configuration file. This file is generated during the WordPress installation and contains details specific to your installation and server environment. WordPress  tells you that wp-config file will be created for your website...

How to fix the 500 Internal Server Error

Seeing a 500 internal server error can give you a heart-attack. A 500 error is a general status code that means that something is wrong with your website or the server. The error doesn't give any other precise infomation. Due to that, it is a bit difficult for website...


Divi is arguably the most powerful WordPress theme for almost everything. There are many reasons why you should use the Divi theme for your website.

The blog module is one of the many modules in the Divi theme. It displays the blog posts.

The blog module can be used to display categories of blogs on a page. It can be displayed in a grid or a fullwidth. You cannot display it in a list.



Join Other Subscribers on Our YouTube Channel and Don’t Miss a thing!

To achieve this, you need custom CSS to modify the blog’s features such as the featured image, post, meta, etc.

In this article, we look at how the Divi blog module can be made to display your blog posts in a catchy list style using CSS in the code module.

Using Divi extensions

Before we get you up to speed, let us mention that there are a number of Divi extensions you can acquire and immediately get your website styled in the way you want. Such extensions, as guessed, are not free but come at a small cost.

If you are the type who does not want to have anything to do with code, using these extensions will be a big relief.

Using custom CSS

Well, if you have continued reading up to this point then I’m certain you want to explore doing it yourself – adding a CSS code that does the magic.

First things first! CSS simply means Cascading Styling Sheet. It is a mark-up language used to style a website.

Chances are that you have heard of HTML before. HTML means Hypertext Markup Language. It is not a programming language like Java or C++. It is used to build the skeleton of a website.

After using HTML to build the framework, we use CSS to shape the website to get the style we want the site to appear.

Enough of the technical garbage! Isn’t it enough? Right. Let’s get back to what CSS code to put into our Divi builder. Shouldn’t we?

One more thing! Blog is one of the modules in the Divi theme. The modules are added to rows which are in tend added to sections. So let’s look at a step-wise method to add and set up the blog module to display the blog posts in a list style.

Step 1 : The first thing we do is to add a new section, row and blog module. We want the blog posts to be in a different section so that we can style the section if need be.

Click the plus button to add a new section if you don’t have a section already. The section appears in a blue color.

Add section by pressing the blue plus icon

Add a regular section. The blue plus button adds a section.

Choose regular section

Add a one-column row. The green plus button adds a row.

Choose a row

After adding a row, it’s time to add your blog module. Click the black plus button to add a module. Type blog in the search space and choose blog or scroll down and choose blog.

type and search for blog module

The above steps can be seen in the short gif  below.

Divi - create section, row and blog module

Step 2 : Click on the blog module to reveal a bar of options. Click on settings.

module settings or blog module

Step 3 : Click Design tab. Open the Layout block and set it to Fullwidth.

Click Design tab open layout block and set layout to fullwidth
Click layout select Fullwidth

We need the blog post display to be in its full width before we can modify it to look like list display. You will see that the blog posts will now display in fullwidth. Don’t worry, we are yet to style it to make it look the way we promised in the beginning of this tutorial.

Step 4 : Click the Advanced tab, the next column in the settings blog. Open the CSS ID & Classes block.

Click Advanced tab
Click CSS ID and Classes

Step 5 : Under the blog module, click the black plus button to add a code module. Select the Content tab under the code module. Select the Text block. Copy and Paste the following code.

CSS code in code module

Modifying the code

You can modify the code to suit your interest. These include changing the image size, padding or margin between image and text, and many more.

Setting the image size

You can set the size of the thumbnail or image. To do this, you change the value of the max-width property. max-width : 150px;

Setting the space between image and text

You can also adjust the space between featured image and the posts text.

This can be done by adjusting the value of the margin property.

margin : 0 20px 30px 0

The above margin means 0 for upper margin, 20px for left margin, 30px for bottom margin and 0 for right margin.

Note that margin values are arranged anticlockwise.

Setting the excerpt length

The excerpt length of the post can also be modified. By default, the number of characters for the excerpt is 270. This can be increased or reduced. 

Click the settings icon of the blog module. Under the Content block, select Excerpt Length option. Type the number of characters you want displaced as the excerpt.

change excerpt length

There is another way you can change the display of the blog module to list using CSS in the blog module itself.


Join Our Telegram Group

Join Our WhatSapp Group



You May Also Like…



0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *