HI Guys,
One of the great features (I think ;-) of the Enfold 3.0.+ versions is the ability to have the logo/main nav in the left sidebar – old skool but new skool all at the same time!!
I notice that the mobile nav does not come in to effect until the screen is smaller than an iPad/Galaxy tab in portrait mode.
Is there a media query/code snippet i can add to get the mobile nav working on tablet portrait size and below.
Cheers AL
Hey Alstair!
Try opening up /enfold/css/grid.css and change line 92 from this.
@media only screen and (max-width: 767px) {
To this.
@media only screen and (max-width: 967px) {
And then do the same for lines 3359 and 3101 in /enfold/css/layout.css.
Cheers!
Elliott