From 95c586829549974ed078ec94ee7f4b8f9212c93d Mon Sep 17 00:00:00 2001 From: akash Date: Fri, 17 Oct 2025 16:38:37 +0530 Subject: [PATCH] Responsive updated for all pages --- app/caregivers/CaregiversPage.js | 4 +- .../page.js | 2 +- app/shortcodes/ShortcodesClient.js | 4 +- app/what-to-expect/page.js | 2 +- public/assets/css/module-css/solutions.css | 9 + public/assets/css/module-css/team.css | 35 +++ public/assets/css/module-css/video.css | 11 +- public/assets/css/style.css | 216 ++++++++++-------- 8 files changed, 184 insertions(+), 99 deletions(-) diff --git a/app/caregivers/CaregiversPage.js b/app/caregivers/CaregiversPage.js index b526789..3d2f9a1 100644 --- a/app/caregivers/CaregiversPage.js +++ b/app/caregivers/CaregiversPage.js @@ -28,7 +28,7 @@ export default function Home() { <>
-
+
Physiotherapy at Rapharehab
-
+
{/*
diff --git a/app/ourapproach-physiotherapy-etobicoke/page.js b/app/ourapproach-physiotherapy-etobicoke/page.js index 4ac8dc3..535ab32 100644 --- a/app/ourapproach-physiotherapy-etobicoke/page.js +++ b/app/ourapproach-physiotherapy-etobicoke/page.js @@ -26,7 +26,7 @@ export default function About() { />
-
+ {/*
*/}
diff --git a/app/shortcodes/ShortcodesClient.js b/app/shortcodes/ShortcodesClient.js index 7494485..a53cdda 100644 --- a/app/shortcodes/ShortcodesClient.js +++ b/app/shortcodes/ShortcodesClient.js @@ -412,8 +412,8 @@ export default function Home() {
-
Why choose nanocare
-
Why choose nanocare
+
Why choose nanocare
+
Why choose nanocare
{/*
*/}
diff --git a/app/what-to-expect/page.js b/app/what-to-expect/page.js index 28c775c..527463e 100644 --- a/app/what-to-expect/page.js +++ b/app/what-to-expect/page.js @@ -18,7 +18,7 @@ export default function About() {
-
+
diff --git a/public/assets/css/module-css/solutions.css b/public/assets/css/module-css/solutions.css index fba2170..569f849 100644 --- a/public/assets/css/module-css/solutions.css +++ b/public/assets/css/module-css/solutions.css @@ -174,6 +174,15 @@ } +.image-1-ho-new img{ + + + position: relative; + top: -63px; + left: -17px; + +} + .renderd-area img{ position: relative; diff --git a/public/assets/css/module-css/team.css b/public/assets/css/module-css/team.css index 1fed440..1478ae7 100644 --- a/public/assets/css/module-css/team.css +++ b/public/assets/css/module-css/team.css @@ -353,6 +353,41 @@ } +@media only screen and (max-width: 992px) and (min-width: 200px) { + + .team-block-two .inner-box .lower-content h3{ + display: block; + font-size: 20px !important; + line-height: 27px; + font-weight: 600; + margin-bottom: 5px; +} + +.team-block-one .inner-box .lower-content h3{ + + display: block; + font-size: 18px !important; + line-height: 27px; + font-weight: 600; + margin-bottom: 5px; + +} + +.team-block-one .inner-box .lower-content span{ + + font-size: 14px !important; + +} + +.team-block-one .inner-box .lower-content .designation{ + + font-size: 14px !important; + line-height: 20px !important; + +} + +} + diff --git a/public/assets/css/module-css/video.css b/public/assets/css/module-css/video.css index c612fb1..937a487 100644 --- a/public/assets/css/module-css/video.css +++ b/public/assets/css/module-css/video.css @@ -225,7 +225,16 @@ } -@media only screen and (max-width: 599px) {} +@media only screen and (max-width: 768px) and (min-width: 200px) { + + .video-section .inner-box .shape{ + + display: none !important; + + } + + +} @media only screen and (max-width: 499px) {} diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 3205923..0ac5136 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -3343,6 +3343,7 @@ background: #bc0000; } + .theme-btn-2:before, .theme-btn-2:after { content: ""; @@ -3568,99 +3569,104 @@ } /* ✅ Table Base Styles */ -.billing-responsive-table { - width: 100%; - border: 1px solid #101A30; - border-collapse: collapse; -} + .billing-responsive-table { + width: 100%; + border: 1px solid #101A30; + border-collapse: collapse; + } -.billing-responsive-table th, -.billing-responsive-table td { - border: 1px solid #101A30; - padding: 8px; - text-align: left; - vertical-align: middle; -} + .billing-responsive-table th, + .billing-responsive-table td { + border: 1px solid #101A30; + padding: 8px; + text-align: left; + vertical-align: middle; + } -.billing-responsive-table thead { - background-color: #f8f9fa; -} + .billing-responsive-table thead { + background-color: #f8f9fa; + } -/* ✅ Responsive Stack for Small Screens */ -@media (max-width: 576px) { - .billing-responsive-table thead { - display: none; - } + /* ✅ Responsive Stack for Small Screens */ + @media (max-width: 576px) { + .billing-responsive-table thead { + display: none; + } - .billing-responsive-table, - .billing-responsive-table tbody, - .billing-responsive-table tr, - .billing-responsive-table td { - display: block; - width: 100%; - } + .billing-responsive-table, + .billing-responsive-table tbody, + .billing-responsive-table tr, + .billing-responsive-table td { + display: block; + width: 100%; + } - .billing-responsive-table td { - position: relative; - padding: 8px; - text-align: left; - } + .billing-responsive-table td { + position: relative; + padding: 8px; + text-align: left; + } - .billing-responsive-table td::before { - content: attr(data-label); - display: block; - font-weight: bold; - margin-bottom: 4px; - } -} + .billing-responsive-table td::before { + content: attr(data-label); + display: block; + font-weight: bold; + margin-bottom: 4px; + } + } -.section-para{ + .section-para { - font-size: 14px !important; + font-size: 14px !important; -} + } .custom-table { - border: 1px solid #101A30; - border-collapse: collapse; - width: 100%; - } - .custom-table th, - .custom-table td { - border: 1px solid #101A30; - padding: 8px; - text-align: left; - vertical-align: middle; - } - .custom-table thead { - background-color: #f8f9fa; - } + border: 1px solid #101A30; + border-collapse: collapse; + width: 100%; + } - /* ✅ Responsive stacking below 576px */ - @media (max-width: 576px) { - .custom-table thead { - display: none; - } - .custom-table, - .custom-table tbody, - .custom-table tr, - .custom-table td { - display: block; - width: 100%; - } - .custom-table td { - text-align: left; - padding: 8px; - position: relative; - } - .custom-table td::before { - content: attr(data-label); - font-weight: bold; - display: block; - margin-bottom: 4px; - } - } + .custom-table th, + .custom-table td { + border: 1px solid #101A30; + padding: 8px; + text-align: left; + vertical-align: middle; + } + + .custom-table thead { + background-color: #f8f9fa; + } + + /* ✅ Responsive stacking below 576px */ + @media (max-width: 576px) { + .custom-table thead { + display: none; + } + + .custom-table, + .custom-table tbody, + .custom-table tr, + .custom-table td { + display: block; + width: 100%; + } + + .custom-table td { + text-align: left; + padding: 8px; + position: relative; + } + + .custom-table td::before { + content: attr(data-label); + font-weight: bold; + display: block; + margin-bottom: 4px; + } + } @media (max-width: 425px) { /* .sec-title-2 { @@ -3749,7 +3755,7 @@ } } - @media (max-width: 426px) and (min-width: 200px) { + @media (max-width: 426px) and (min-width: 200px) { .blog-details-content .news-block-one .inner-box .lower-content h2 { font-size: 26px !important; line-height: 32px; @@ -3839,17 +3845,43 @@ filter: brightness(0) invert(1); } - @media only screen and (max-width: 426px) and (min-width : 200px) { - - .list-style-one li { - position: relative; - display: block; - font-size: 14px !important; - line-height: 26px !important; - color: #101A30; - font-weight: 500; - padding-left: 40px; - margin-bottom: 17px; + @media (max-width: 1023px) { + .hide-element { + display: none; + } } + @media (max-width:768px) { + + .image-1-ho-new img { + position: relative; + top: 13px; + left: 79px; + } + + } + + @media only screen and (max-width: 500px) and (min-width : 200px) { + + .image-1-ho-new img { + position: relative; + top: 13px; + left: -19px; + } + + } + + @media only screen and (max-width: 426px) and (min-width : 200px) { + + .list-style-one li { + position: relative; + display: block; + font-size: 14px !important; + line-height: 26px !important; + color: #101A30; + font-weight: 500; + padding-left: 40px; + margin-bottom: 17px; + } + } \ No newline at end of file