Fullwidth Center Header - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Fullwidth Center Header

TK

Thomas Kutter

Template 3 years ago

Hi there,

i have the Helix Ultimate template an choose as Header "Fullwidth Center" and enable the search. Now I've created menu items. So far everything works. But if I now have a resolution of 992px to 1371px in width on my screen, then the offcanvas menu does not appear, but everything shifts.

http://witaj2.webdesign-kutter.de/

Best regards Thomas

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

Hi there!

You can adjust the menu item font and/or padding value among them with a media query to get them fit in one line.

Here is a sample code for you you need to put in your custom CSS:

@media screen and (max-width: 1371px) and (min-width: 991px) {
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
   font-size: 9px;
   padding: 0 5px;
}
}

You can modify the values as per your need!

Note: 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.

Best Regards

1