Posts - More Link Text align to bottom

How can I get the read more buttons to align at the bottom of the column? I have the posts module on my page set to 3 columns. I would like the read more button to align to the bottom of each columns. See my page here. https://www.savorimports.com/jle-test-page/

Hi, this should work. Add it to your custom css

.fl-vault .fl-post-grid-more {
	left: 50%;
    transform: translateX(-50%);
}

Hah, so easy 0.0 Thx you :smiley:

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.