Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Full-width menu not working in Chrome and Safari

Home Forums Older releases 1.0.x Full-width menu not working in Chrome and Safari Reply To: Full-width menu not working in Chrome and Safari

#3372
admin
Keymaster

Hmm, seems like some weird CSS bug in Webkit/Blink. It seems to be caused by the fact that your main menu is nested in a table. Anyway, you can fix it by adding another rule:

#main-menu {
	width: 100%;
}

Edit: it’s best to add this inside the same media query as the above rule for the LI’s you’ve posted.