I removed the logo from the default tempalte and now the toggle is centered and I want it align right.
Hello @verobeachmarketing,
Thanks for writing in!
To resolve your issue, please edit your header and click on the navigation modal. Find the “Customize” tab in the settings and insert this inline element css:
$el.x-mod-container {
right: 10px;
position: absolute;
top: 20px;
z-index: 1600000;
}
The result should be like this:

Hope this helps. Please let us know how it goes.
This worked great thank you. The menu will not open up any longer, do you know why?
Hello @verobeachmarketing,
Please interchange the z-indexes of the 2nd bar and the 3rd bar. The 3rd bar should have at least z-index: 9999 and the 2nd bar should only have less of at least z-index: 9998.

Hope this helps. Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.