From 8f71e96a9cdc58716524f6b2f69aef7be31fe1a9 Mon Sep 17 00:00:00 2001 From: akash Date: Sat, 14 Feb 2026 11:39:01 +0530 Subject: [PATCH] iframe scoll and faq acordian issues are updated --- .../sass/template/sections/_category.scss | 63 +++-- .../sass/template/widgets/_widget-footer.scss | 2 + src/components/EventsVilakkuPoojai.jsx | 1 + src/components/FaqTwo.jsx | 252 +++++++++--------- 4 files changed, 177 insertions(+), 141 deletions(-) diff --git a/public/assets/sass/template/sections/_category.scss b/public/assets/sass/template/sections/_category.scss index 4ed8e45..ebdda3d 100644 --- a/public/assets/sass/template/sections/_category.scss +++ b/public/assets/sass/template/sections/_category.scss @@ -211,23 +211,23 @@ } .thaipoosam-iframe { - height: 1500px; + height: 1780px !important; width: 100%; } -.donation-iframe{ - height: 1700px; +.donation-iframe { + height: 1911px; width: 100%; } @media(max-width:1024px) { .annual-membership-iframe { - height: 500px !important; + height: 537px !important; width: 100%; } .life-membership-iframe { - height: 500px !important; + height: 538px !important; width: 100%; } @@ -235,28 +235,30 @@ height: 1500px; width: 100%; } - .donation-iframe{ - height: 1700px; + + .donation-iframe { + height: 1911px; width: 100%; } } @media(max-width:768px) { .annual-membership-iframe { - height: 600px !important; + height: 622px !important; width: 100%; } .life-membership-iframe { - height: 600px !important; + height: 630px !important; width: 100%; } .thaipoosam-iframe { - height: 1600px; + height: 1780px; width: 100%; } - .donation-iframe{ + + .donation-iframe { height: 2000px; width: 100%; } @@ -264,15 +266,46 @@ @media(max-width:500px) { - .donation-iframe{ - height: 2100px; + .donation-iframe { + height: 2161px; width: 100%; } + + .annual-membership-iframe { + height: 685px !important; + width: 100%; + } + + .life-membership-iframe { + height: 717px !important; + width: 100%; + } + + .thaipoosam-iframe { + height: 1772px !important; + width: 100%; +} + + } @media(max-width:375px) { - .donation-iframe{ - height: 2200px; + .donation-iframe { + height: 2440px; width: 100%; } + + .thaipoosam-iframe { + height: 1813px !important; + width: 100%; + } + + .thiru-vilaku-i-frame{ + + height: 870px !important; + width: 100% !important; + + } + + } \ No newline at end of file diff --git a/public/assets/sass/template/widgets/_widget-footer.scss b/public/assets/sass/template/widgets/_widget-footer.scss index 973e9c5..f7d9cf4 100644 --- a/public/assets/sass/template/widgets/_widget-footer.scss +++ b/public/assets/sass/template/widgets/_widget-footer.scss @@ -14,6 +14,7 @@ border-bottom: none; margin: -0.04em 0 45px 0; position: relative; + text-align: start; &:after { display: none; } @@ -198,6 +199,7 @@ .footer-widget { .widget_title { margin-bottom: 35px; + text-align: center; } } .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_recent_entries a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a { diff --git a/src/components/EventsVilakkuPoojai.jsx b/src/components/EventsVilakkuPoojai.jsx index a199df7..c669b41 100644 --- a/src/components/EventsVilakkuPoojai.jsx +++ b/src/components/EventsVilakkuPoojai.jsx @@ -25,6 +25,7 @@ const EventsVilakkuPoojai = () => {