• Resolved phurd

    (@phurd)


    Hello, does anyone have any idea how I can have a logo and my menu options on the same line across the top? Like https://www.medstartr.com/ without the search bar.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (min-width: 1025px) {
    	 #masthead.site-header .container {
    		 display: flex;
    	}
    	 #masthead.site-header .container .site-branding {
    		 width: 20%;
    	}
    	 #mainnav.main-navigation li {
    		 padding: 10px 7px;
    	}
    }
    

    [ Signature deleted ]

    • This reply was modified 5 years, 11 months ago by Jan Dembowski.
    Thread Starter phurd

    (@phurd)

    Thank You!!!!

    Thread Starter phurd

    (@phurd)

    Works perfect

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    [ Signature deleted ]

    • This reply was modified 5 years, 11 months ago by Jan Dembowski.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Header and menu on same line’ is closed to new replies.