From 127eb2034437f3abf710f4b4806362448ac46cf4 Mon Sep 17 00:00:00 2001 From: Suriya Date: Mon, 11 May 2026 19:37:21 +0530 Subject: [PATCH] ui changes --- .../css/vendor/vendor-responsive-laptops.css | 6 +- how-it-works-redesigned.php | 166 ++++++++++++++++++ how-it-works.php | 64 ++++++- .../logistics/connected-logistics-section.php | 32 +++- 4 files changed, 260 insertions(+), 8 deletions(-) diff --git a/assets/css/vendor/vendor-responsive-laptops.css b/assets/css/vendor/vendor-responsive-laptops.css index f837ec0..e9be03d 100644 --- a/assets/css/vendor/vendor-responsive-laptops.css +++ b/assets/css/vendor/vendor-responsive-laptops.css @@ -28,14 +28,14 @@ } */ /* Keep the .e-con-inner container widths at desktop-equivalent max widths */ - .e-con-boxed > .e-con-inner { + .e-con-boxed>.e-con-inner { max-width: min(var(--container-max-width, 1480px), 100%) !important; margin-left: auto !important; margin-right: auto !important; } /* ─── Problem Section Specific Fixes ─── */ - .elementor-element.section-shrink-custom[data-id="30fd9d1"] > .e-con-inner { + .elementor-element.section-shrink-custom[data-id="30fd9d1"]>.e-con-inner { display: flex !important; flex-direction: row !important; max-width: 1480px !important; @@ -78,4 +78,4 @@ flex: 0 0 52% !important; padding-left: 50px !important; } -} +} \ No newline at end of file diff --git a/how-it-works-redesigned.php b/how-it-works-redesigned.php index 5fed698..746eb42 100644 --- a/how-it-works-redesigned.php +++ b/how-it-works-redesigned.php @@ -14,6 +14,172 @@ $depth = ''; + +
diff --git a/how-it-works.php b/how-it-works.php index 2e2123a..d7f2c5f 100644 --- a/how-it-works.php +++ b/how-it-works.php @@ -30,11 +30,67 @@ include 'includes/layout/head.php'; ?> justify-content: center !important; } - @media (min-width: 1025px) and (max-width: 1440px) { - body.elementor-page-59 { - overflow-x: hidden; - } + /* Force static grid and no-scroll globally for the three-mile section */ + body.elementor-page-59 { + overflow-x: hidden !important; + width: 100% !important; + } + /* Target the ACTUAL cards section (338e860) */ + .elementor-element.elementor-element-338e860 .owl-carousel { + display: grid !important; + grid-template-columns: repeat(3, 1fr) !important; + gap: 30px !important; + width: 100% !important; + overflow: visible !important; + } + + .elementor-element.elementor-element-338e860 .owl-stage-outer, + .elementor-element.elementor-element-338e860 .owl-stage { + display: contents !important; + } + + .elementor-element.elementor-element-338e860 .owl-item { + width: 100% !important; + cursor: default !important; + } + + .elementor-element.elementor-element-338e860 .owl-item.cloned { + display: none !important; + } + + .elementor-element.elementor-element-338e860 .owl-nav, + .elementor-element.elementor-element-338e860 .owl-dots { + display: none !important; + } + + /* Target the icon boxes section (4add972) */ + .elementor-element.elementor-element-4add972 { + display: grid !important; + grid-template-columns: repeat(3, 1fr) !important; + gap: 30px !important; + overflow: hidden !important; + width: 100% !important; + max-width: 1200px !important; + margin-left: auto !important; + margin-right: auto !important; + } + + @media (max-width: 1100px) { + .elementor-element.elementor-element-338e860 .owl-carousel, + .elementor-element.elementor-element-4add972 { + grid-template-columns: repeat(2, 1fr) !important; + } + } + + @media (max-width: 768px) { + .elementor-element.elementor-element-338e860 .owl-carousel, + .elementor-element.elementor-element-4add972 { + grid-template-columns: repeat(1, 1fr) !important; + } + } + + @media (min-width: 1025px) and (max-width: 1520px) { .elementor-element.elementor-element-741f56c { --padding-top: 18px !important; --padding-bottom: 18px !important; diff --git a/includes/sections/logistics/connected-logistics-section.php b/includes/sections/logistics/connected-logistics-section.php index 4b48416..2e18e99 100644 --- a/includes/sections/logistics/connected-logistics-section.php +++ b/includes/sections/logistics/connected-logistics-section.php @@ -1,4 +1,34 @@ -
+ +