Langsung ke konten utama

I made LATEST NEWS with BLOG MODULE.

 I made LATEST NEWS with BLOG MODULE.

How can the title of the article be a bit tight.



To do it, we need to do two things,

1) Please first edit the blog module, go to its Advanced tab > CSS ID & Classes, and add a CSS class cblog to it:



We do it so that we can target this specific module without affecting all the other modules.

2) After adding the CSS class, please go to WordPress Dashboard > Divi > Theme Options > General, and scroll down to find the Custom CSS field:


And add the following code in it:

.cblog .et_pb_post {margin-bottom: 10px !important;}

If you already have some code in this Custom CSS field, you can add this code at the end of all the existing code. 

www.baliwebs.com 

Komentar

Postingan populer dari blog ini

Quick Tip: Remove Space between Footer and Post in Divi

 Divi has a weird quirk where any blog post that is published has a space between the post and the footer. Luckily there is a quick fix. Click on the gear icon in the Divi Visual Builder. In the CSS section of the post editor, add the following code snippet and save. .single .et_pb_post {  margin-bottom: 0;  padding-bottom: 0; } #left-area {  padding-bottom: 0 !important; } If it is saved correctly, you should no longer see a space between the post and footer.

Membuat background colom atau section yang saat di hover zoom

https://www.youtube.com/watch?v=EMud8mbVZ50 Pada colom yang ada backgroundnya, masuk ke ADVANCE - CUSTOM CSS - MAIN ELEMENT: background-size:100%; transition: all 0.5s ease; dan di HOVER: background-size:130%; Start write the next paragraph here