Support Forums for LiveMesh Themes & Plugins › Forums › Squash Theme Support › Responsive menu overlapping the logo › Reply To: Responsive menu overlapping the logo
December 3, 2013 at 11:38 am
#3151
Keymaster
Can you see if the following Custom CSS helps? Congrats on completion of your site!
@media only screen and (max-width: 767px) {
#mobile-menu-toggle {
right: -15px;
top: 50px;
}
}