When I use the content element Blog Posts and choose:
Blog style = Grid Layout
Define Blog Grid layout = Title and Excerpt + Read More Link
…. then the “Read more” buttons are horizontally cut in half, so only the top half is visible (see screenshot attached in private content).
It seems like a bug?
Hey BirgitteAlstrom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_elegant-blog .more-link {
margin-bottom: 20px;
}
Cheers!
Yigit
Thanks, Yigit. That solved the issue.