please tell me how to reduce space between the main navigation items of DW Focus, so that i can accommodate 1 or 2 more items in the menu. tell me the code to change margins/padding/space between main navigation menu items.
Thank You in advance.
1 Answers
Hi,
To change the space between items in the menu, you can add the following code to the style.css file:
.navbar .nav li a { padding: 10px 6px;}
Hope this helps !
thanks Dominic, it worked. you are really helping !
Please login or Register to submit your answer