Archived topic
How to make the read more buttons even?
1 reply · Started by Heath on November 13, 2021
Viewing posts 1–2 of 2
I've noticed that the readmore buttons are not even. I want it even, especially on desktop view. How do I fix this?
I want the read more button in the lower right part not higher as you will see in the screenshot.
Hi there,
try adding this CSS:
.dynamic-content-template.generate-columns > .gb-container > .gb-inside-container {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
}
This archived topic is closed to new replies.