Home › Forums › CSS › [Solved] mobile menu – how to make it horizontal › Reply To: [Solved] mobile menu – how to make it horizontal
August 28, 2014 at 9:13 am
#180936
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
}