Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25817
    bschell
    Member

    Hello,

    I recently added a page to my website, http://www.backpackingotc.com, but the last page went to a second line. How do I adjust my navigation menu to fit all of the pages? Thanks,

    -Brandon

    #25829
    Sakin
    Keymaster

    @bschell: When I check in your site in large screen it’s fine, I only see the issue in middle size screen. So, you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 1280px) {
    	.header-sidebar .widget ul.menu a, 
    	#secondary-menu ul.menu a, 
    	#footer-menu ul.menu a {
    		padding: 0 10px;
    		padding: 0 1rem;		
    	}	
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Fitting Pages onto One Row of Navigation Menu’ is closed to new replies.