Width Of Main Menu On Position Menu In Template Indigo - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Width Of Main Menu On Position Menu In Template Indigo

F

Frank

Template 4 years ago

Hello.

Is it possible to use full for the menu modul? Please look at this, https://prnt.sc/10c28l6. I want the menu items to be shown in one row. Can you help me please?

Regards Frank

0
7 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #9189

Hello Frank,

Please, add this CSS to Template Options > Custom Code > Custom CSS.

 #sp-header #sp-menu .sp-megamenu-parent > li > a {
    padding: 0px 11px !important;
}
.sp-megamenu-wrapper > ul > li{
flex:auto !important;
}

Thank you!

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #9120

Hello Frank,

Please, have a look at the documentation here. See the How to reduce space between menu items section and reduce the space between the Menu Items.

It will fix the issue, hopefully.

0
F
Frank
Accepted Answer
4 years ago #9125

Hi Muntasir,

sorry, it doesn´t work. Perhaps a cache problem. Can you please look to www.xpertsintern.de?

0
F
Frank
Accepted Answer
4 years ago #9131

Another idea: Can I hide the main menu completely?

0
F
Frank
Accepted Answer
4 years ago #9134

please look at the menu item "What Else". Can you see why there is a line break. I think there is enough space on right side.

0
F
Frank
Accepted Answer
4 years ago #9195

Thank you Muntasir. This works fine :-)

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #9196

You are always welcome Frank.

0