Archived topic
Mobile Menu items centered
8 replies · Started by Torsten on June 3, 2022
Hi,
one more:
I would like to set the menu items on mobile to centered, can't find the trigger.
Can you help?
Thanks ahead and again,
Torsten
Hi Torsten,
Try this CSS:
#mobile-header ul li a {
text-align: center;
}
thx.
could you please help me with adding space after the last mobile menu item, e.a. 20px?
thanks ahead,
Torsten
Hi there,
could you share a link to the site?
Note _ resolved topics delete any info shared in the Private Information field...
sorry, pls find URL in private info.
No problems :)
Try this CSS:
#mobile-header.toggled .main-nav > ul {
padding-bottom: 20px;
}
perfect!
Thx.
Glad to hear that!