Home Forums Jevelin Theme Ipad Navigation Problem in Landscape Reply To: Ipad Navigation Problem in Landscape

Home Forums Jevelin Theme Ipad Navigation Problem in Landscape Reply To: Ipad Navigation Problem in Landscape

gcorwin
Participant

update: I changed in the responsive.css file

 

from:

@media (max-width: 1025px) {

 

to:

@media (max-width: 1023px) {

 

and it fixed the problem, displaying desktop navigation , instead of the hamburger navigation that was malfunctioning. Is there a better way to accomplish this?