Template Newsberg Menu Not Showing - Question | JoomShaper

Template Newsberg Menu Not Showing

D

Dany

Template 1 year ago

Hi,

the menu of my website ins't showing in mobile.

The url is codeteam.ebslmsd-carmo.pt

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #103066

Hi there!

Thanks for your query. Please use the following code in your custom CSS:

@media (max-width: 991px){
.nav-placeholder, #sp-header {
    display: block !important;
}
}

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
D
Dany
Accepted Answer
1 year ago #103067

Thanks a lot!

0