Closed drvaya closed 3 years ago
.navbar-menu { margin-right: -40px; }
or...
.navbar-menu { position: absolute; right: 0; }
or...
.navbar-menu { position: fixed; right: 0; }
Not quite sure what you mean, but if you want to push (just) the menu to the right, you can try these.
Ofcourse this is always possible, I meant to ask if there is some control in the theme. Thanks for your answer !!
I dont see an option to right align the headers.
Any pointers on how this can be done ?