Skip to content

Instantly share code, notes, and snippets.

@karpalig
karpalig / gist:4d7444677127ca2378338c10fbe01f8b
Created May 3, 2020 15:38 — forked from oooh-boi/gist:5d1f00ee8362292dba0af27700b05d74
OoohBoi Video Tutorial : Super-flexible Sections and Columns in Elementor PRO
/* MAGICAL CSS Rule */
selector .elementor-container .elementor-row {
flex-wrap: wrap;
/* uncomment for columns alignment */
/* justify-content: center; */
}
/* Responsive Columns Alignment - Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
selector .elementor-container .elementor-row {