Hey,
http://terranet.se/new/blue-front/
I want to decrease the space between the icons in the nav bar.
What code shall I add?
Thanks
Charlotte
Hi Charlotte!
Please add following code to Quick CSS
.html_header_sidebar #header .av-main-nav > li > a {
padding: 5px;
}
Best regards,
Yigit
Thanks :)