Forums

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

Home Forums CSS Help with mobile menu responsiveness: Reply To: Help with mobile menu responsiveness:

#176590
janet4now
Participant

Remove the max-width of 960px on the wrap for the menu and it looks fine.
media=”all”
@media only screen and (max-width: 1139px)
.site-inner, .wrap {
/* max-width: 960px; */
}