Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #764135

    Hi guys

    on my page

    Is there a way to introduce an intermediate layout? As it, it goes from 3 columns straight to 1, making the photos really big on certain devices. I’d prefer it to go from 3 columns > 2 columns > 1 column at certain display sizes.
    Possible?

    #764531

    Hey evtilsley,

    Please try the following in Quick CSS under Enfold->General Styling to have 2 rows on tablet sized screens:

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

    Best regards,
    Rikard

    #764729

    Getting there! The 2 columns need some inbetween spacing/padding though please

    #764731

    Ooh it’s sorted – thanks Google :)

    #765193

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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