how to reduce the spacing between the menu items. Please see the attached screenshot and we need to reduce marked in red.
https://ibb.co/fdyCgx
Also, advice how to align menu to the left (with some padding from left)so that there will be the gap between last menu items and cart icon.
Comments
body #Top_bar .menu > li > a span:not(.description) {Align menu left:padding:0 12px;
}
#menu {thanksfloat:left;
}