Okay
  Public Ticket #1542084
Appear all of header menu list
Closed

Comments

  • Edward started the conversation

    I want to show all my main header menu on top.

    And I received the answer below from the author.

    (Answer)WP Dashboard => Appearance => Customize => Theme Header: http://nimb.ws/NvmuH0 

    (my response) I already selected 4th option of all theme header. But I want to modify because my site has 9 menus, so it shows only 4. I need to show all 9 menus. Your template themes are not expandable.

    That's why I contact you. Please help me for this matter.

    Best,


  •  1,625
    Andrey replied

    Hello, Dear Edward!

    This type of menu is very easy to extend. Please click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following code:

    .sf-menu > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    

    Then click "Publish" button. You will receive the following result: http://nimb.ws/HgVlkI

    You may also reduce padding-left and padding-right to 10px

    Best Regards!