Hi, there is a weird offset to the position of the text / hamburger on the mobile menu (when it passes the break-point to become the "off campus" menu) and the word "MENU" also becomes the wrong color...supposed to be white, not grey. And, as you will see, it appears to not be properly centered next to hamburger. See screenshot.
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) {
.slide-out-widget-area-toggle:not(.slide-out-hover-icon-effect) a span:after {
top: 7px !important;
color: #fff !important;
}
}
Hi, there is a weird offset to the position of the text / hamburger on the mobile menu (when it passes the break-point to become the "off campus" menu) and the word "MENU" also becomes the wrong color...supposed to be white, not grey. And, as you will see, it appears to not be properly centered next to hamburger. See screenshot.
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hi. Thanks for getting back. The url is site2.revolutionlaboratory.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