• Resolved nmcleish

    (@nmcleish)


    Hi!

    Is there a way to set this so that only a single column shows on mobile?
    The current three cols showing tiny thumbnails is not great for people who need glasses.

    Thanks

    • This topic was modified 6 months, 4 weeks ago by nmcleish.
Viewing 1 replies (of 1 total)
  • Thread Starter nmcleish

    (@nmcleish)

    I have sorted this now.

    I needed to put a breakpoint (actually, a couple for different screen widths) into the Customizer Additional CSS and target the selectors very specifically.

    e.g.

    @media screen and (max-width: 400px) {
    div#posts.posts>div.post-container {
    width: 240px!important;
    }
    }

    I hope this helps others achieve a similar result.

Viewing 1 replies (of 1 total)
  • The topic ‘Make mobile show a single column’ is closed to new replies.