Hey guys! Is it at all possible to have more control over the menu items(type) that appear on the fullscreen off-canvas menu? It's dead-centered now, is it possible to right align the menu items, for example? I looked in the css but couldn't find any clear way to do this. Thank you!
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 can't 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: 768px){
#slide-out-widget-area .menuwrapper{
text-align:right;
}
}
Hey guys! Is it at all possible to have more control over the menu items(type) that appear on the fullscreen off-canvas menu? It's dead-centered now, is it possible to right align the menu items, for example? I looked in the css but couldn't find any clear way to do this. Thank you!
Hi there,
Thanks for getting in touch.
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 can't 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):
Hope this helps.