Hello, I have a problem with navbar alignment. How can I change its position as well as submenu alignment?
I’ve added Ubbermenu but it overwrites the whole design. I need only to change position.
Hello Ahmed,
Thanks for posting in. Is this question intended for this site url: https://notbadminton.com? Please confirm. In reference to alignment and position, please clarify how you want it. What is the intended result so we can be specific on our recommendation. It might be possible with existing settings or custom CSS. To avoid back and forth, please tell us exactly how you want it. Thank you.
Yes, my question is regarding this site https://notbadminton.com.
I need to move the menu to be close to the logo, just move it to the left side.
In the theme customization, I can move it up and down, but not right and left.
To be clear: the arrangement now is as follows: Logo - space - menu, I need to make it as Logo - menu - space.
Hello Ahmed,
Thanks for updating the thread. 
You can add following CSS under X > Theme Options > CSS:
.x-nav-wrap.desktop {
float: left;
margin-left: 30px;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.