Home › Forums › Basel support forum › More space between menu items More space between menu items This topic has 9 replies, 2 voices, and was last updated 7 years, 5 months ago by Artem Temos. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts July 14, 2017 at 8:18 am #16399 sweantonParticipant Hello there, How do I do if I want more space between the menu items? For example having 2 items on each side of the logo, instead of 4 as it is now? Sincerely, Anton July 14, 2017 at 9:26 am #16418 Artem TemosKeymaster Hi, Could you please provide us some screenshot and a link to your website? Regards July 14, 2017 at 1:15 pm #16449 sweantonParticipant Here it is! Sincerely, Anton July 14, 2017 at 1:56 pm #16451 Artem TemosKeymaster Try to add the following code snippet to the Custom CSS area in Theme Settings .main-nav .menu>li>a { padding-left:30px; padding-right:30px; } July 14, 2017 at 2:43 pm #16452 sweantonParticipant Hello again, It didn’t work. See the same link as before. /Anton July 14, 2017 at 2:51 pm #16453 Artem TemosKeymaster Could you please provide us a screenshot how do you want it to look like? July 14, 2017 at 3:07 pm #16454 sweantonParticipant Something like this : 2 menu items on each side of the logo. Attachments:You must be logged in to view attached files. July 14, 2017 at 7:20 pm #16459 Artem TemosKeymaster You can select this header type in Theme Settings -> Header -> Header layout. Currently, you are using “E-Commerce” layout with only one navigation from the left side. July 15, 2017 at 1:03 pm #16468 sweantonParticipant Ah great, thank you! Totally missed that! And if I want more space between the menu items, how do I do that? I want the entire width of the menu to be used even though there are only 4 items. Sincerely, Anton July 16, 2017 at 7:34 am #16477 Artem TemosKeymaster Try to add the following code snippet to the Custom CSS area in Theme Settings .main-nav .menu>li>a { padding-left:30px!important; padding-right:30px!important; } Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to create new topics. Login / Register