Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
How can I get rid of the distance between menu buttons?
You can do it by editing 'http://www.cs-group.co/no/modules/mod_as_menu/css/ext.default.css' file the following class:
#as-menu ul.as-menu > li + li
{
margin-left: 33px !important;
}
Regards, AS Team.
Look in '/modules/mod_as_menu/css/ext.default.css' file.
Regards, AS Team.