Mobile Menu Not Displayed Right When Viewing On A Galaxy Fold - Question | JoomShaper

Mobile Menu Not Displayed Right When Viewing On A Galaxy Fold

J

Jo

Template 3 years ago

Hello

On this website https://giftsnmore.co.za/ the mobile menu is not displayed right when viewing it on a galaxy fold.

Please help?

0
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #3519

Hi Use this custom css

@media only screen and (min-width: 280px) and (max-width: 653px) {  
.offcanvas-inner {
    position: relative;
    left: 20px;
}
}

Add this css code inside the custom.css file. Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2572

Hi Could you please give me a screenshot of your issue?

0
J
Jo
Accepted Answer
3 years ago #2574

how di I do that on this new forum?

In the past we would printscreen and then paste now it wont allow me to do that?

0
J
Jo
Accepted Answer
3 years ago #2586
0
J
Jo
Accepted Answer
3 years ago #2861

Any feedback?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #3065

It looks like this on my end https://prnt.sc/xaaex8

0
J
Jo
Accepted Answer
3 years ago #3204

See how the mobile menu is half cut off

https://prnt.sc/x4fs7r

0
J
Jo
Accepted Answer
3 years ago #3427

Inspect as galaxy fold and you will see what I mean? Is this fixable?

0