volunteer iframe issue solved

This commit is contained in:
Selvi 2025-07-26 13:37:08 +05:30
parent 653e382c52
commit 43c166e07a
2 changed files with 12 additions and 9 deletions

View File

@ -27,7 +27,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
<div className={`mobile-sidebar mobile-sidebar1 ${isMobileMenu ? 'mobile-menu-active' : ''}`}>
<div className="logosicon-area">
<div className="logos">
<img src="/assets/img/logo/logo2.png" alt="" />
<img src="/assets/img/logo-tca.png" alt="logo" width="60" height="80" />
</div>
<div className="menu-close" onClick={handleMobileMenu}>
<i className="fa-solid fa-xmark" />

View File

@ -23,13 +23,16 @@ export default function Section1() {
<div className="flex_column av-cx34h4-a8d3062fb9de0a0faadd0da67fb825e0 av_one_half avia-builder-el-0 el_before_av_one_half avia-builder-el-first first flex_column_div av-zero-column-padding h-100">
<section className="avia_codeblock_section avia_code_block_0 h-100" itemScope itemType="https://schema.org/CreativeWork">
<div className="avia_codeblock h-100" itemProp="text">
<div style={{
<div
style={{
position: "relative",
overflow: "hidden",
width: "100%",
height: "100%",
height: "350px",
paddingTop: "0px",
}}>
}}
>
<iframe
title="Donation form powered by Zeffy"
style={{
@ -66,7 +69,7 @@ export default function Section1() {
{/* <div className="space20" /> */}
<div className="img right-img">
<img src="/assets/img/online/event-volunteers/volunteer-1.webp" alt="" />
<img src="/assets/img/online/event-volunteers/volunteer-3.webp" alt="" />
</div>
</div>