DIVI left right padding on woocommerce descriptions

.et-db #et-boc .et-l .et_pb_row .et_pb_column.et-last-child, .et-db #et-boc .et-l .et_pb_row .et_pb_column:last-child, .et-db #et-boc .et-l .et_pb_row_inner .et_pb_column.et-last-child, .et-db #et-boc .et-l .et_pb_row_inner .et_pb_column:last-child { padding-left:...

Add Custom Fonts for Website Use DIVI

Place in fonts subdirectory. STYLE.CSS In CSS code: @font-face { font-family: “FalenaRegular”; src: url(“fonts/FalenaRegular-font.woff”) format(‘woff’); } @font-face { font-family: “JuanaLightItalic”; src:...

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...