• Resolved fransjansen

    (@fransjansen)


    On https://myrthamusica.nl/ (homepage) I inserted the post block element to show the latest posts on the homepage. I want the columns to have the same width so they both cover 50% of the space (minus the gap in between the columns) on desktop. How can I achieve this? As you can see on my website the left column (whith the title ‘Open repetities‘) is broader than the right one.

    Your help is appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fransjansen

    (@fransjansen)

    I used to fix the issue by adding below piece of custom css:

    .wp-block-themeisle-blocks-posts-grid .is-grid.o-posts-grid-columns-2{
    isplay: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    }

    Still I don’t think this isn’t the way it should be fixed.

    Plugin Support Kush

    (@kushnamdev)

    Hi @fransjansen,

    To adjust the color, image, and spacing of the post blocks, you can switch to the Style tab within the block settings. Here’s a quick reference screenshot: https://vertis.d.pr/i/zChUTV

    If you wish to apply more advanced customization beyond what’s available in the UI, you can also add custom CSS to style the post blocks according to your requirements.

    I hope this helps! Let us know if you need further assistance.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Equal width post blocks’ is closed to new replies.