Mobile Offcanvas Menu Item Make Empty Space In Right Side When We Clicked On It - Question | JoomShaper

Mobile Offcanvas Menu Item Make Empty Space In Right Side When We Clicked On It

Yusuf

Yusuf

Template 3 years ago

Hello Joomshaper team .. The problem in the offcanvas menu item make empty space in right side when we clicked on it .. its (# link) …… (mobile browser)..

Url: https://nassocial.org/

and please see the screenshot how we can solve this issue Thanks

Yusuf

<a href="/https://ibb.co/FHwM3Vw"><img src="/https://i.ibb.co/41TGtdT/Untitled-1.jpg" alt="Untitled-1" border="0"></a>

0
4 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #134

Hi there,

Thanks for contacting us. Sorry for the inconvenience.

Please follow the isntructions.

Go to the file location nassocial.org/templates/newsberg/css/custom.css Find out this css code

body.rtl.offcanvs-position-left .body-wrapper {
    right: 0;
    overflow: hidden;
}

And replace with this css code

body.rtl.offcanvs-position-left .body-wrapper {
    right: 0;
    overflow: hidden;
    position: initial;
}

-Thanks

0
Yusuf
Yusuf
Accepted Answer
3 years ago #172

Thank you so much .. its workin good now ..??

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #175

You are most welcome & Thanks. Please close this thread by accepting the most helpful answer so that someone else can find the solution.

0
Yusuf
Yusuf
Accepted Answer
3 years ago #182

Done .. Thanks

0