• Resolved golbinex

    (@golbinex)


    Hello,
    after recent update the maximum number of columns in Post Grid block was reduced from 5 to 3. Can this change be reverted? I use Post Grid block to show preview of 5 latest posts on my website and 3 columns result in large images that take too much height. Thank you for this amazing plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Istiak Rayhan

    (@istiakrayhan)

    Hi @golbinex ,

    We haven’t made any changes to the Post Grid block.

    The maximum number of columns was 3 previously. You can check here: https://ultimateblocks.com/docs/post-grid-block/

    If possible, please share the link where you’ve added the Post Grid block.

    Regards,
    Istiak Rayhan

    Thread Starter golbinex

    (@golbinex)

    It somehow worked when I installed the plugin few months ago. For now I solved it with CSS override:

    .is-grid.columns-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.