css tips for mobile

CSS Tips to Enhance Divi Mobile Experienceby Ania Romańska | Quick Divi Tips | 44 comments These are some CSS snippets I use all the time. Reverse column order on smaller screen sizes, center-align the text – you can’t go wrong with that.. I used this method...

Increase width on mobile

Increase the width on mobile @media only screen and (max-width: 980px) { #top-header > .container, #main-header > .container, #et_search_outer > .container, #main-content > .container, div.et_pb_row, div.et_pb_row.et_pb_row_fullwidth { width: 90% !important; }...