Fix laptop responsive CSS breaking flex layouts at 1440px

This commit is contained in:
2026-05-08 19:09:31 +05:30
parent 03a62efe9e
commit 70a350c0e8

View File

@@ -20,12 +20,12 @@
}
/* Restore Flex & Grid container directions to desktop state */
.e-con.e-parent,
/* .e-con.e-parent,
.e-con.e-child {
--flex-direction: var(--flex-direction) !important;
--container-widget-width: var(--container-widget-width) !important;
--container-widget-height: var(--container-widget-height) !important;
}
} */
/* Keep the .e-con-inner container widths at desktop-equivalent max widths */
.e-con-boxed > .e-con-inner {
@@ -45,6 +45,8 @@
.elementor-element.elementor-element-03db5d7 {
flex: 1 1 0% !important;
display: flex !important;
flex-direction: column !important;
}
.elementor-element.elementor-element-e09c20e {