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

    Some page on my website use three columns, but I would like the three columns to break into single columns when being viewed on an iPad (portrait). Can I add a class and just make specific columns break? Just trying to figure out the best approach.

    Thanks

    #649573

    Hi xuamox,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 1024px) {
    .home .av_one_third {
    width:100% !important;
    }
    }

    Cheers!
    Rikard

    • This reply was modified 8 years, 5 months ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.