Need navigation not to wrap with logo

I am trying to build a single bar header, and when I am down in mobile sizes, the mobile navigation keeps dropping underneath the logo. I would prefer the logo to shrink to keep the mobile nav on the same line.

Please see http://lbhlc.com/privacy-policy

Hello There,

Thanks for writing in!

To resolve your issue, please edit your header and click the image. Find the “Customize” tab and insert this element css:

@media(max-width: 767px){
  $el img{
    max-width: 140px;
  }
}

Feel free to increase the maximum width. Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.