How to Make Left-Placed Divi Blurb Images/Icons Larger

by | Last updated Oct 28, 2024 | Divi Tutorials

Making the Left-Placed Image Larger with CSS (1)

One of my favorite Divi modules is the blurb module. The blurb module allows you to add an icon or image with text to your page. And with the new Divi update, there are hundreds of icons you can use on your page.

 The blurb module gives an option to place the icon above the text or to the left side of the text. Also, you can choose to use preinstalled icons or upload your own image.

In my experience, when you use an icon instead of an image, adjusting the icon size is so easy. All you have to do is increase or decrease the icon’s font size right from within the blurb module’s design tab. 

Here is the process

  • Go to: Blurb Settings > Design > Image & Icon
  • Enable the “Use Icon Font Size” option
  • Select your desired icon size using the slider “Icon Font Size” slider.

For an image, the size gets reduced and it is not easy to adjust the size from within the design tab. And that’s the whole reason why I had to do this tutorial.

 So, how do you make the left-placed blurb image larger?

Easy. 

We’ll use like a single line of CSS code to make this possible.

Making the Left-Placed Image Larger with CSS

You can do so with the following CSS:

// To make the left-placed image larger in Divi Blurb module

.et_pb_blurb_position_left .et_pb_main_blurb_image { width: 100px !important;

}

Pro Tip: Where to Properly Add the Custom CSS Code in Divi Theme Builder.

 In the above CSS Code, image width is 100px. You can always adjust it to your liking.

I hope this helps.

That’s it for now. To be able to receive more of these tips. Subscribe to my newsletter.

Shop Divi Products

Buy nicely done Divi Layouts, Child themes, and extensions for your next Divi project.

Related Articles

How to Add Padding Around Featured Images in Divi’s Blog Module

How to Add Padding Around Featured Images in Divi’s Blog Module

If you're using the Divi theme for your WordPress website and want to customize the appearance of your blog posts page, one simple tweak you can make is adding padding around the featured images. This can help create a more visually appealing layout and better...

Divi Logo Guide: Everything You Need to Know

Divi Logo Guide: Everything You Need to Know

A professionally designed logo is a powerful branding asset that can leave a lasting impression on your website visitors. Research shows that a well-designed logo can boost consumer trust in a brand by an impressive 75%. But the question most people ask is – how do...

Leave a Comment

2 Comments

  1. Bruno Cover

    Thanks a lot Patrick. Best regards. Bruno

    Reply
    • Patrick

      You are welcome, Bruno.

      Reply

Submit a Comment

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

WP101 - FREE WordPress Tutorials

Enter your email address below to gain access to the FREE WordPress training.

You have Successfully Subscribed!

Pin It on Pinterest