Tagged: flex column
Hi
I would like to know if it is possible to have the av_one_fourth flex-column scale down to two columns on 768px then one when it gets to mobile. The jump from 4 columns to one creates very compressed content on the tablet view and would be far better if it could be displayed in two columns.
Thanks a mill
Gav
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.av_one_fourth{ width: 47%; }
}
Cheers!
Josue
Nope that has no effect
Hi,
Can you post the link to your website please?
Regards,
Josue