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,
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. 
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:
For the CSS code itself, I suggest that you get started with this tutorial:
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.