Home>Support>Keep menu on same row as logo

Keep menu on same row as logo

Hi,
On Vantage I have my logo in the menu. But on mobile the menu-icon moves below the logo. I want the menu to always stay on the same row as the logo. So I want the logo to scale down instead of the menu going to the next row. How can I do that?

Regards, Erwin

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Erwin

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 9 years, 2 months ago Erwin Kuijten

    Sorry, I have no URL. It is on a local network. Does it help if I sent you the source and custom css? Or screen shots?

  3. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    If your logo is small enough it will be positioned to the left of the menu icon. So you’d need to restrict your logo width for mobile. Try this at Appearance > Custom CSS:

    /* Logo */
    
    @media (max-width: 680px) {
    
    	#masthead.masthead-logo-in-menu .logo > img {
    		max-width: 100px;
    	}
    
    }
    

    Adjust the max-width value as required.

  4. 9 years, 2 months ago Erwin Kuijten

    I didn’t think about that solution. Thank you for heading me in the right direction!

  5. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    For sure :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More