Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #365800

    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

    #366170

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.