Tagged: 

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

    Dear Enfold Team

    I have to issues regarding the blog overview, where I would be glad if you could help us:

    1) We would like to slightly reduce the space between the text excerpt and title of blog preview (see attachment a)) How to do this?

    2) On the blog page (/blog) the “read more” buttons aren’t showing correctly (see attachment b)

    Thank you,
    R

    #711109

    Hey eKMUch,

    Try to add the following code in Quick CSS (located in Enfold > General Styling):

    .html_elegant-blog .av-vertical-delimiter,
    .html_elegant-blog .avia-content-slider .av-vertical-delimiter {
        display: none;
    }
    
    .html_elegant-blog .avia-content-slider .slide-entry-title {
        margin-bottom: 0;
    }
    
    .avia-content-slider .slide-entry-wrap .slide-entry-excerpt {
        overflow: visible;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #711155

    Hey Nikko

    Wow, you’re awesome!

    All three codes worked their magic!

    1st code reduced it slightly.
    2nd code reduced it more.
    3rd code made the buttons show as they are supposed to.

    Awesome! Thank you :)

    #711212

    Hi eKMUch,

    Glad we could help :)

    Regards,
    Nikko

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