Off Canvas Menu "BURGER" DROP DOWN ICON Not Showing? And Logo Position On Mobile - Question | JoomShaper

Off Canvas Menu "BURGER" DROP DOWN ICON Not Showing? And Logo Position On Mobile

CP

Christopher J. Parkinson

Template 1 year ago

https://prnt.sc/oobwQDniueIF as you can see thier is nothing where the arrows point to show their is a menu there, which is especially important on Mobile View, On this site https://communitymarketplace.ca/

Also please take note of the Logo position on Mobile view as well, https://prnt.sc/rMyZv24SDedL

Same issue on : https://communitymusicmatters.com/ SEE IMAGE https://prnt.sc/2LlfB-RWXIk2

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #95020

Sorry I dont want to log in your site. Its little bit dangerous. Please add those CSS in your custom.css file. I have inspect your site and check them. And it seems ok in my end.

https://prnt.sc/GMgI-mDxFN83

0
CP
Christopher J. Parkinson
Accepted Answer
1 year ago #94837

I placed that code for site 1 in the custom code section, but it didn't work. https://prnt.sc/QIv58m5O2Hds please login to each the sites and place the code where it is supposed to go and check that it actually works, be sure that you have tested it.
Then send me the links that are working, I suspect I will need to use this code in other sites, so I need to have something that is working and tested please.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #94629

Hi

Thanks for contacting us. For your 1st site use this custom CSS


@media (max-width: 844px){
.burger-icon>span{
        background-color: white !important;
}
.logo-image-phone {
  height:50px !important;
}
}

For your 2nd website use this custom CSS

@media (max-width: 844px){
.burger-icon>span{
        background-color: white !important;
}
.logo-image-phone {

    height:50px!important;
}
}

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.

-Regards.

0