• Resolved giuseppe65

    (@anguria65)


    Hi,

    congratulations for your plugin. Is fantastic!
    I inserted the posts block in a page and it’s ok on pc monitor..
    On mobile instead the posts are displayed as an attached image https://ibb.co/bB5HNC3
    I solved it using additional CSS:

    @media screen and (max-width: 810px) {
    .stk-block-posts__item {
    flex-basis: unset!important;
    }
    }

    Is there a way to fix this without CSS?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Bernice Chua

    (@bernicechua)

    Hi @anguria65 !

    Thank you so much, we’re glad you think so! ??

    So sorry also for only seeing this now, and thank you for providing a screenshot of the issue so we can help with this right away.

    In the Layout tab of the Posts block, you will see a responsive toggle icon next to Columns in the Layout panel. Click on the icon and you will be able to switch to mobile or tablet view for editing. You can adjust the number of columns on mobile view for your Posts block.

    Please let us know if this has fixed the issue. Thank you again! ??

    Thread Starter giuseppe65

    (@anguria65)

    Hi @bernicechua,

    Thanks for the reply.
    The problem is now solved.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Block posts on mobile’ is closed to new replies.