Hi Team,
After inserting the Content Element > Blog Posts…
I noticed the Read More Buttons are being cut off at the bottom.
How do we fix this?
Screenshot attached
Hi,
As I can’t see the images as not staff I’m going to take a stab in the dark as I’ve seen this before when using the Elegant grid style for blog posts
This code adds some padding to the bottom of the post excerpt if you are using grid layout
.slide-entry-excerpt {
padding-bottom:32px;
}
If not using grid layout try
.entry-content {
padding-bottom:32px;
}
Change the padding value until you get the desired look.
It worked for me, hope it helps
TJ
Hey!
Thank you for using Enfold.
I checked the page and the “Read More” button looks fine. Did you use TJ’s suggestion above?
@TJ: Thanks for helping. :)
Cheers!
Ismael
The grid layout CSS code did the trick – thank you Team!!!