Search Divi Blurb Extended Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Move icon to the middle in border-box layout

In Border Box Layout, the icons are attached at a distance of 22 pixels. If you want to move the top icon to the center, you can override that area using the following CSS snippet

.et_pb_main_blurb_image {
left: calc(50% – (68px/2));
}

Here, 68 is manually obtained width of the icon area which will need to replace with your own icon box size.

The CSS can go to your page for moving all icons to the center with the specified size or can be added to Divi Blurb Extended module’s setting under Advanced >> Blurb Image

Table of Contents