How can I adjust the CSS so that the read more button is not chopped in half?
Hey ocwebmaster!
Thanks for reaching out to us!
Try adding the following CSS in the Quick CSS field:
.html_elegant-blog .more-link {
margin-bottom: 30px !important;
}
Cheers!
Jordan
Hey Jordan,
That did not seem to do the trick.