Okay
  Public Ticket #3529578
Navigation Column Width
Closed

Comments

  • jwalz414 started the conversation

    I'd like to widen my top navigation column width because my navigation items are jumping to two lines. I understand that this would decrease the width of my left and right columns and that's fine as I don't need that much real estate for my logo on the left and social buttons on the right. I tried achieving this via css but it didn't work.

    Thank you.

  •  1,626
    Andrey replied

    Hello, Dear Customer!

    Thank you for your message.

    In this case, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

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

    Then save changes and you will receive this result: https://tinyurl.com/yoygqwjb

    Best Regards!