Nav Bar is not showing inline

Hello,

I cannot get the logo to be inline with the navigations links and search. They are all on separate lines for some reason. I have changed to inline.
Screen Shot 2018-08-21 at 2.58.21 PM

Please advise.
Thanks

Hello @just2on,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.ubermenu-responsive-default.ubermenu {
    clear: right;
    margin-top: 2em;
    float: right;
}

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

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