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 (max-width: 1000px) and (min-width: 1px) {
#header-outer[data-has-menu="false"][data-format="default"] header#top .span_3, #header-outer[data-has-menu="true"][data-mobile-fixed="1"] header#top .span_3, #header-outer[data-has-menu="true"][data-ptnm="1"] header#top .span_3, body.material #header-outer[data-has-menu="true"] header#top .span_3 {
text-align: center !important;
}
.material header#top .span_9 >.slide-out-widget-area-toggle {
visibility: hidden !important;
}
}
hello!!
Is there a way to remove the navigation icon on mobile. I removed all links in the menus.
one last thing is centering the logo on navigation. is that possible?
thanks.
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
cityseries.thewodapalooza.com
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