Tagged: grid
Hey guys!
On tablet, the grid isn’t breaking into separate columns soon enough (like it does on mobile). Right now on tablet, the content is squashed. What do I have to do to make the grid look way better on tablet (ipad, etc)?
Hey Courtney!
Please edit your element and choose to display each cell on its own – http://i.imgur.com/V6kvfsL.png
Regards,
Yigit
Hi Yigit!
Thanks for the heads up — I tried those settings but no luck.
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) {
.flex_cell {
width: 100%!important;
display: block;
margin: 0;
height: auto !important;
overflow: hidden;
padding-left: 8% !important;
padding-right: 8% !important;
}}
Best regards,
Yigit
It worked! Thank you so much for the speedy reply!
Have a great day