Wednesday, 17 January 2018

Add more column on Divi

1. Add a new row with 1 column.
2. Add a Divi Blub Module
3. In the modules custom CSS tab add he following code;

add css
float:left;
width:120px;

4. duplicate the module until you have 6 in total.

Translate manually Wordpress

 add_filter( 'gettext', function( $translated, $original, $domain ) {     // Senarai penggantian (case-insensitive)     $map = array...