Divi builder – how to keep columns on mobile

Use CSS Don’t forget to add CSS to the row in use   Add CSS @media only screen and (max-width: 980px) { .two-columns .et_pb_column { width: 50%!important; } .three-columns .et_pb_column { width: 33.33%!important; } .four-columns .et_pb_column { width:...

Transparent menu for Divi

In the Section settings to the Advanced tab and look for the Position toggle. Change the Position to Absolute. Change the background to transparent. Set background of the row and menu to transparent   REF:...

Divi Express Themes

Home   How to import headers Divi>Theme Builder>Add Global Header>Build Global Header. Close the popup box asking you for the layout. Click the bottom menu and then the import icon on the...

Anchor links in Divi

URL should be http://www.domain.com/#nameoftag Anchor Place CSS-ID nameoftag Scroll to 1.5 seconds in the vid...