Okay
  Public Ticket #1041248
Header Menu
Closed

Comments

  •  2
    mindjigsaw started the conversation

    Hi, the primary menu is too short of a space and I want to add more menu items... Will it be possible for me to add a secondary menu at the top of the header? I can't seems to find an option in adding secondary menu at the top...


    Please reply as soon as possible... Thank You

  • [deleted] replied

    Hi mindjigsaw,

    This option is not available on our theme for the moment.

    You can paste this CSS on your Custom CSS area to decrease margins between the menu items.

    .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-left: 30px !important;
    }