Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #718494

    Hello,
    I’ve tired to place the post slider feature in a 1/2 grid and color section. In both cases, the “read more” box is cut off. What can I do to have that box show completely?

    #718528

    Hey!

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

    .html_elegant-blog .more-link {
        margin: 30px 0 20px 0;
    }

    Cheers!
    Yigit

    #718535

    Thanks Yigit. That worked but what can I add to make the box centered in the post slider element? It’s pushed over to the left.

    #718542

    Hey!

    Please change the code to following one

    .html_elegant-blog .more-link {
        margin-bottom: 20px;
    }
    

    Regards,
    Yigit

    #718543

    Thanks again Yigit, that did the trick. Looks great!

    #718549

    Hi!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Post Slider "read more" box cut off’ is closed to new replies.