Menu Block Size On Smartphone And Gap In Between Adon - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Menu Block Size On Smartphone And Gap In Between Adon

C

CHÉTELAT

SP Page Builder 2 years ago

Hello, I do not understand very well. my menu is displayed normally on PC and tablet, but on smartphone it disappears (this may be normal but too bad) and above all it takes up a lot of empty space. How to reduce this? Can you guide me? thanks in advance

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #115287

Hi there!

Thanks for contacting us.

Your mobile menu is right there. Please click on the 3 bars icon as indicated in the screenshot, then you will find the menu in mobile: https://prnt.sc/LZd4zdR0LPod

It's called offcanvas or hamburger menu, designed for mobile devices intensionally.

If you want to change your mobile header space then you can use the following code in your custom CSS:

@media (max-width: 575px){
#sp-header {
    height: 60px;
}
}

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