need to reduce space between menu items.
How can I adjust the space between menu items, aside from setting the width for each? When I look in the inspector, I can't find any CSS padding settings for the menu items.
monokiandentistry.com
How can I adjust the space between menu items, aside from setting the width for each? When I look in the inspector, I can't find any CSS padding settings for the menu items.
monokiandentistry.com
Comments
Hello,
Please, try the following code:
#Top_bar .menu .menu-item span{ padding: 0 25px!important; }Thanks