Hi @jolumusek
Customize / Presentation / Menu
‘Menu Primary Font Size’ can change font size
‘Menu Primary Min Width’ can change menu width.
if you need to change sub menu width.
Customize / Additional CSS
Try this CSS
header #access .children li,
header #access .sub-menu li,
header #access .children ul,
header #access .sub-menu ul,
header #access .children a,
header #access .sub-menu a {
min-width: 20em;
}
Thank you.
Thanks, for reply. I again played around with the Primary Font Size and so on, but it’s still not perfect. Currently it’s default. No addidtional CSS.
it’s still not perfect
your mean
Organisatiouns
Comité
to change
Organisatiouns Comité ?
Try Customize / Additional CSS
#access .sub-menu a{
white-space:pre;
}
Note.
Please set the width of the top level menu as small as possible Ideal is 640px
Please reduce the width of the browser and check the display change.
If you do not mind if the menu becomes two tiers,
Customize / Presentation / Menu
Primary Menu Automatic Responsive. set No
Thank you.