I've selected "center menu" as the layout for my navigation, and it works for all my pages, except for any pages using the "search" page template. My navigation seems to be off by several pixels. What can I do to make it all the same?
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) {
body.search.material header .span_9 {
margin-right: 0% !important;
}
}
I've selected "center menu" as the layout for my navigation, and it works for all my pages, except for any pages using the "search" page template. My navigation seems to be off by several pixels. What can I do to make it all the same?
Hey,
Please provide the page URL so I may write up the custom CSS for this request.
Thanks
ThemeNectar Support Team
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
Thanks! Worked.