SP Page Builder Pro, Konstra, No Menu For Tablet - Question | JoomShaper

SP Page Builder Pro, Konstra, No Menu For Tablet

CR

candyce Rowlandson

Helix Framework 1 year ago

Sp page builder Pro Konstra Helix 2.0.12 Joomla 4.2.8

No menu when screen is at tablet size or more specifically when the screen is between 769px to 992px There is neither a hamburger or a regular menu.

It seems to be an issue with choosing the topbar as the header layout

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

Hi there!

Thanks for contacting us.

Please use the following code in your custom CSS:

@media (max-width: 992px){
#offcanvas-toggler {
    display: block !important;
}
}

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

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0