Hi,
http://terranet.se/new/blue-front/
I want to the icons in the nav bar to be in the center, not to the left as they are now.
What code shall I add?
Thanks.
Charlotte
Hey Charlotte!
Please add following code to Quick CSS
#top #header .av-main-nav > li > a {
text-align: center;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Perfect, Thanks :)