Select Page

divi don’t split word

If you want to stop words from breaking on mobile in Divi, do the following. You dont’ want the wrapping, right? Use this css trickoverflow-wrap:normal (before it was word-wrap)

place buttons next to each other with Divi

I love Divi !One of the common things that customers ask is to place the Divi Button modules next to each other. Before: After: You could place them in separate columns in one row but that does not always give you the expected visual. So here are short instructions to...

How to Make the Divi Accordion Closed by default

OPTION 1: If you want this behavior for every accordion on your website. Put the code below inside the Divi Theme Settings. OPTION 2: If you only want this on specific pages you should put the Javascript code in a code module. <script> jQuery(function($){...

Vertically center an Image within a row with Divi

So conceptually you have a row with two (or more) columns. STEP 1: In the row settings you make sure the “Equalize Column Heights” is enabled STEP 2: Within the same Row settings, go to the specific column settings of the module you want to be centered...