Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #614296

    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)?

    #614306

    Hey Courtney!

    Please edit your element and choose to display each cell on its own – http://i.imgur.com/V6kvfsL.png

    Regards,
    Yigit

    #614310

    Hi Yigit!

    Thanks for the heads up — I tried those settings but no luck.

    https://gyazo.com/dc42538f300f9dc6104260076efe21db

    #614313

    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

    #614319

    It worked! Thank you so much for the speedy reply!

    Have a great day

    #614325

    Hi!

    Not at all Courtney, glad it worked!
    Thanks, you too have a great day

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Grid’ is closed to new replies.