Okay
  Public Ticket #1457640
Margin for MENU
Closed

Comments

  •  1
    awagener started the conversation

    Good morning,

    Is there a way to give the Menu the same Margin on left and the right side ?

    I will uploade a margin less LOGO of course. I just need a space of 14mm.

    Is that somehow possible ?

    Best,

    Alban

  • [deleted] replied

    Hi Alban,

    Can you please add the code below to your Custom CSS area:

    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li+li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li+li {
        margin-right: 45px;
    }