Divi lets you lay out web pages in sections, rows, columns and modules. This lets you, for example, display modules side-by-side, by placing them in 2 columns within a row. On mobile, however, Divi will vertically stack the columns in a row. If you want to instead...
Blog
Move "Divi" Item to the Top of the WP Admin Menu
Are you are looking for a way to rearrange the items in your WordPress admin menu sidebar to move the Divi item closer to the top? It's not natively possible to move the Divi option to the top. However, there are ways to do this through code or plugins.Move the Divi...
Divi Tablet Styles not Applying on iPads
If you're trying to get your Divi site looking the way you want on iPads, you might notice that it doesn't necessarily behave the way you'd expect - in particular that the iPad uses the desktop rather than tablet view. Here's why, and what to do about it. Using...
Collecting Data from Users via Divi
If you're looking to collect data from your users via your Divi site, there are various options. The tool(s) that will best suit your needs will depend a lot on what exactly you need to collect, how you need to set up the form, and how you want to store / access the...
Make Divi Buttons Round
The Divi Button module lets you easily add buttons to your Divi builder pages. Normally these are rectangular. If you'd like to make a button circular instead, here's how to create round Divi buttons.Make Divi Buttons Round using CSS It's relatively simple to make a...
Reveal a Divi Element when a Blurb Module is Clicked
I've previously written about revealing content at the click of a Divi button. Here's how to do a similar thing using the Divi Blurb module - that is, revealing a Divi module, row or section when the Blurb module is clicked. Add Classes to your Blurb module First, add...
Restrict Divi Elements by ARMember Plan
The ARMember Membership plugin lets you define plans which your users can sign up for to access premium content. If you'd like to restrict access to individual Divi sections, rows or modules, based on the plan the user is currently assigned to, here's how. Restrict...
Animating the Divi Email Optin Module Subscribe Button
Divi's email optin module lets users subscribe to your email newsletters and RSS feeds. One way to draw attention to your signup form is to add an animation to the email optin subscribe button. Here's how to do it.Animate the Divi Email Optin Module Subscribe Button...
Divi Custom Field Type: Multi-checkboxes with IDs
If you develop custom Divi modules, you may be aware of the "multiple_checkbox" field type. It lets you add settings into your Divi modules which consist of a list of checkboxes, like this:One issue you may encounter with this field type is that it doesn't handle...
Fix Divi Anchor Links Jump Back to Top
The Divi Theme has a nice feature whereby you can use CSS IDs as anchor links. If you give one of your Divi Builder components (a section, module, etc) a CSS ID of, say, "jumptohere", then you can create a link of the form https://www.mysite.com/mypage/#jumptohere and...