Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #588734

    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

    #588941

    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

    • This reply was modified 8 years, 1 month ago by tjswarbs78.
    #590208

    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

    #592407

    The grid layout CSS code did the trick – thank you Team!!!

    #593128

    Hi,

    Great, glad you got it fixed :-)

    Regards,
    Rikard

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