Hello!
I have a page section with 5 columns, each containing an icon list element.
The columns are cutting off on tablet views. Is there code I can add to Quick CSS to have these line up vertically on tablet views? It looks fine on smaller screens, it’s just the mid-size that is a problem.
Links to the site and a screenshot are below.
Thanks in advance for any help you can give!
Hey Julie!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
.flex_column.av_one_fifth { width: 100% !important; margin-left: 0 !important; }}
Cheers!
Yigit
Hi Yigit,
I had to change the value from 990 to 1140 to get it to do the same thing on landscape view on a tablet (it was still showing 5 columns and they were still cutting off a little bit there), but now it looks great.
Thank you so much for all of your help!