• Resolved tgurr

    (@tgurr)


    I am hoping someone has a solution for me. I have a customized 2013 theme for our wordpress site. I just added a menu item on the nav bar and it now has two lines, even though there should be room all on one line. I have been looking through the style theme and trying to see if I can change this but I am having no luck. Does anyone have any suggestions? This is our website: https://www.gurreathomes.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Use a Custom CSS plugin for any changes, as when the main theme updates, all the changes you may have made to the main theme will be lost.

    After installing the plugin, paste this code in it, and reduce the “17px” to something less (…perhaps 10px). Check the menu and see if everything is on one line. If not, reduce a bit more.

    .nav-menu li a {
        padding: 13px 17px;
    }
    Thread Starter tgurr

    (@tgurr)

    Thank you so very much! This worked! I changed the “17px” to “10px” and my menu items are all on one line. Have a great day and thanks again for your help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Keeping menu bar on one line’ is closed to new replies.