Forums

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

Home Forums CSS [Solved] mobile menu – how to make it horizontal Reply To: [Solved] mobile menu – how to make it horizontal

#180936
Paulie_D
Member

but fit horizontally on mobile as well without making the font so tiny.

Given the length of the links I think you will have trouble doing this.

Maybe not


media="all"
@media only screen and (max-width: 767px)
ul.sf-menu li {
width: 100%; <--try removing this
}