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?
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
Getting there! The 2 columns need some inbetween spacing/padding though please
Ooh it’s sorted – thanks Google :)