Home › Forums › CSS › Mobile navigation not working correctly › Reply To: Mobile navigation not working correctly
April 27, 2019 at 10:59 am
#287012
Participant
You can give this a try:
.site-title a {
white-space: nowrap;
}
For some reason it’s breaking off the title which makes the element bigger – and cover part of the menu.