• Resolved mlacey415

    (@mlacey415)


    Is there any way to vertically justify the columns in the Features Block?

    It would be nice for the top sub-block in each column to line up at the top instead of the columns being center justified vertically.

    In the webpage I included, you can see the Speaker Events section, which has a 3-column Features Block and the titles don’t line up at the top, which doesn’t look right to me.

    Thank you!

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

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

    (@brankoconjic)

    Hey @mlacey415

    I see that you are using CoBlocks, so the plugin author might provide a better solution to this, but you can try adding this CSS code into Appearance » Customize » Additional CSS:

    .wp-block-coblocks-features .has-center-content {
        align-items: flex-start;
    }

    Keep in mind that this CSS will be applied to all other similar elements that you might have on your site.

    Thanks!

    Theme Author sinatrateam

    (@sinatrateam)

    Resolving this due to no reporter response in 1 week

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

The topic ‘Features Block’ is closed to new replies.