Learn how this website was made and copy the code I’m using

Check out useful web design tools and resources

Join the community for more freebies and tutorials

latest on the playground

step by step walkthroughs

#07 Building a Divi Community Page

Here's the CSS code I've used to make some changes to the Email Optin Module: @media (min-width:768px) { p.et_pb_newsletter_field.et_pb_contact_field_last.et_pb_contact_field_last_tablet.et_pb_contact_field_last_phone {...

#06 Custom Scripts & Mobile Adjustments

This time, instead of adding custom CSS to our child theme's style.css file - I've included the code inside the Divi Builder. To align modules vertically inside a column (as in the fist section of the home page), I made sure...

#05 Building a Home Page in Divi

This is the CSS code we used for the home page: /* Reverse columns on mobile */ @media (max-width:980px) { .dl-reverse-column { display:flex; flex-direction:column-reverse; } .dl-reverse-column .et_pb_column:first-of-type {...