Select Page

This is customization for the Divi WordPress theme. For more customizations, click here: Divi Theme Customizations

The default content width on the Divi theme is a bit narrow, particularly on mobile. This code increases the width. You can change the value to determine the width.

/*Increase width, particularly for mobile*/
 .et_pb_row {
 width: 87% !important;
 }