Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #597313

    How can I adjust the CSS so that the read more button is not chopped in half?

    #597525

    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

    #597892

    Hey Jordan,

    That did not seem to do the trick.

    #597908

    Hey!

    Please add following code to Quick CSS

    .slide-entry-excerpt.entry-content {
        padding-bottom: 20px;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.