Divi buttons next to each other

  Use this CSS /*place button modules next to each other in the same column*/ .de-inline-buttons .et_pb_button_module_wrapper { display: inline-block; } /*- Row Class Add this to the row containing the two buttons (in CSS class) de-inline-buttons...

Divi Mega Menu – Wide Drop-down Menu

Set CSS in Top Level Category     Add Photo to Sub Categories Navigation label <img src=”https://theluxecollectionuk.co.uk/wp-content/uploads/2022/10/wedding-table-decorations.jpeg” alt=”Wedding Table Decorations” width=”100%” /><span...

Add SVG Logo to DIVI Theme

Place the following code in your child theme functions.php file: function cc_mime_types($mimes) { $mimes[‘svg’] = ‘image/svg+xml’; return $mimes; } add_filter(‘upload_mimes’,...