• Resolved lehmax

    (@lehmax)


    There is an equal height setting for the content area, but I can’t find a setting for the read more link. As a result, the content area looks neat, but the links look kinda messy.

    Is there a way to toggle equal height for the read more link? If not, is there a workaround?

Viewing 1 replies (of 1 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @lehmax,

    Unfortunately, as of now, there is no such option. But I would love to take this as a suggestion. I have added your feature request to our to-do list.

    We really appreciate your efforts and patience.

    For now, you can use the following CSS that will do the trick.

    .uagb-post__inner-wrap .uagb-post__text {
    height: 550px;
    }
    .uagb-post__cta {
    position: absolute;
    bottom: 30px;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right:10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }

    Note: You can change the height as per your needs.

    I hope this.

    Regards,
    Sweta

Viewing 1 replies (of 1 total)
  • The topic ‘Post Carousel: Equal Height for Read More Link’ is closed to new replies.