Hi there,
My website address is http://www.sydneykcc.org and I would like to make my menu wider.
Currently, each menu align in center, but i would like to make it spread wider.
Can you let me know if there is any css for it?
Thanks.
i think the orignal set of that is in:
.av-main-nav > li > a {
display: block;
font-size: 13px;
font-weight: 600;
padding: 0 13px;
text-decoration: none;
transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
}
so if you goto quick css and change padding i guess this is what you want:
.av-main-nav > li > a {
padding: 0 30px;
}
Hey @designbankau!
Did you try @Guenni007’s suggestion and did you have any luck with it?
Regards,
Rikard
ok he changed it – and with 80px as well :lol
thanks for your positiv feedback