To randomize the order of the portfolio grid, follow these steps: Add the following code to the bottom of your child theme’s functions.php: if ( ! function_exists( 'et_builder_add_main_elements' ) ) : function et_builder_add_main_elements() { require...
Create custom footer in Divi Library Go to Divi Library and click on Add New. Name the template and select “Section” for your Template Type. Customize the footer section with rows and modules however you like. Insert your custom footer section into footer.php Open...
Below are some quick code snippets you can use in your CSS file to accommodate for iPad and iPhone devices. iPad iPad (portrait) @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* YOUR CSS GOES HERE */ }...