Home Forums Theme support astra-multipurpose-corporate-theme Reply To: astra-multipurpose-corporate-theme

Hi,

do you mean the each single entry in the menu? Then you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

ul#menu > li > a {
padding-left:0 !important;
}

This will reduce the space between the menu entries.