https://divi.space/using-the-etmodules-..
Category : Website Builder Platforms
The following code was tested with DIVI 4.8.2 in the child theme footer ..
CSS code when you need different sizes, elements, etc for different devices. https://css-tricks.com/snippets/css/media-queries-for-standar..
DIVI is a WordPress Theme Created by Elegant Themes. http://www.elegantthemes.com/gallery/divi/documentati..
/* ——HIDE WOOCOMMERCE SHOP PAGE SIDEBAR——– */ div#left-area {width: 100% !important;} div#sidebar { display: none;} .et_right_sidebar #main-content .container:before {display: none;} NOTE: This example is used with WordPress, Elegant Themes D..
CSS Syntax background-repeat: repeat|repeat-x|repeat-y|no-repeat|initial|inherit; http://www.w3schools.com/cssref/pr_background-..
Usable site space in browsers, based on the screen widths. device screen width web site safe area ipad portrait (768 px) 750 px 920 px ipad landscape (1024 px) 1010 px 660 px screen : 1024 px 989 px 548 px screen : 1152 px 1117 px 644 px http://www.websitedimen..
Go to Settings > Permalinks In Common Settings, choose radio button, Custom Structure In text box after your domain name, type: /%category%/%postname%/ In the Optional section, Category base text box, put a period (.) Don’t forget to Sav..