Mobile Menu Not Present In The Header - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Mobile Menu Not Present In The Header

S

spazioit2015

Template 3 years ago

Hi, the mobile menu is not visible in the Header but is under the Header. How can I solve? Thanks in advance

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #59825

Hi there!

Sorry for your issue.

Please use the following code in your custom CSS:

#sp-header .row {
    display: flex;
}
#sp-menu {
    flex: auto;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0