Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mobile navigation not working correctly Reply To: Mobile navigation not working correctly

#287012
Shikkediel
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.