Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (min-width: 1000px) {
#header-outer[data-format="default"] #top .span_9 {
margin-right: auto !important;
margin-left: 0px !important;
}
#header-outer:not([data-format="left-header"]) #top > .container > .row {
flex-direction: row-reverse !important;
}
}
Hello!
Is it possible to swap the position of the header logo and the menu? The Logo has to be on the right side, the menu on the left position.
Greets.
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
PERFECT! Works great, thank you!
Hello! In newer versions of this theme, the code no longer has any effect. Is it still possible to swap the position of the logo and menu?
Hey,
Please provide the page URL so I may write up the custom CSS for this request.
Thanks
ThemeNectar Support Team
https://werbeagentur-stocker.at/
Thanks!
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you, phantastic!