Hi @gunivortus ,
May be worth trying this kind of additional CSS :
:root {
--primary-nav--font-size: var(--global--font-size-lg);
--primary-nav--font-weight: var(--heading--font-weight-strong);
}
@media only screen and (min-width: 482px) {
.primary-navigation {
position: relative;
margin: auto;
}
}
Good luck
Etienne R
Hi Etienne,
thank you for replying!
Added the above to the custom css, but it did not cause any changes.
Kind regards,
Gunivortus
The Options for Twenty Twenty-One plugin will help you with most of that. Anything else you require that it doesn’t do can be requested in the support forum for the plugin.
Oliver
Thank you Oliver, will go to that support forum.