Okay
  Public Ticket #2546154
menu
Closed

Comments

  • Claudio D'Angelo started the conversation

    hi, I need to show all menu items correctly. unfortunately the menu is cut and the dots are shown to me ... how can I bring the menu items closer together so as to show it completely?

  •  1,626
    Andrey replied

    Hello, Dear Claudio D'Angelo!

    Please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here: 

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

    Then save changes and check result at front-end.

    Best Regards!