Home Forums Basel support forum More space between menu items

More space between menu items

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #16399

    sweanton
    Participant

    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

    #16418

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us some screenshot and a link to your website?

    Regards

    #16449

    sweanton
    Participant

    Here it is!

    Sincerely,
    Anton

    #16451

    Artem Temos
    Keymaster

    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;
    }
    #16452

    sweanton
    Participant

    Hello again,

    It didn’t work.
    See the same link as before.

    /Anton

    #16453

    Artem Temos
    Keymaster

    Could you please provide us a screenshot how do you want it to look like?

    #16454

    sweanton
    Participant

    Something like this : 2 menu items on each side of the logo.

    Attachments:
    You must be logged in to view attached files.
    #16459

    Artem Temos
    Keymaster

    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.

    #16468

    sweanton
    Participant

    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

    #16477

    Artem Temos
    Keymaster

    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;
    }
Viewing 10 posts - 1 through 10 (of 10 total)