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

    Hi there

    I have a minor problem that has been bugging me for a while.

    The site in question (included in the “Private Content” section below) is using the blog post content element to display latest “posts”. We’ve set it up to only display the post title. No description, no thumbnail etc. Just the title.

    However, regardless of how many posts are set to be displayed (doesn’t make a difference if it’s 2 or 5), the text of the bottom one always gets cut off.

    I thought I could fix it by adding a separator/whitespace, however this doesn’t fix it at all, so the problem seems to lie with the actual blog post element itself.

    I presume there was an edit to CSS somewhere that has impacted this, however I can’t seem to find exactly the element that is causing this issue.

    Any help would be greatly appreciated!

    #1298579

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .avia-content-slider-inner {
        padding-bottom: 2px;
    }
    

    Best regards,
    Yigit

    #1298698

    That’s awesome, thanks Yigit. I now see how you spotted that….duh, I should’ve been able to see that as well. Thanks for your help!

    #1298744

    Hi,

    Glad I could help! Lovely gravatar by the way! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog post content element getting cut off’ is closed to new replies.