This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Keep menu on same row as logo

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 6 months ago

    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. Erwin Kuijten 10 years, 6 months ago

    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. Andrew Misplon Staff 10 years, 6 months ago

    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. Erwin Kuijten 10 years, 6 months ago

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

  5. Andrew Misplon Staff 10 years, 6 months ago

    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.

Have a different question or issue?

Start New Thread