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

    Hi guys,

    How do you control at what width the mobile view kicks in?

    Cheers!
    Andrew

    #302739

    Hi aabele!

    Thank you for using our theme.

    in enfold/css/grid.css you can find the media queries like:

    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    ....
    }
    

    They control the responsive design.

    Regards,
    Günter

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