Hello @heitorvaz ,
I have visited your site and I am not able to see the “Read More” button on your page. Please refer to this screenshot.
Did you remove it? Could you please check it once?
Looking forward to hearing from you.
Regards,
Sweta
Hello @swetakumari ,
I removed it because I didn’t think anyone was going to answer me. I put it back, would you know how to solve this problem? thank you very much for your attention.
regards
Heitor
Hello @heitorvaz ,
Please use the following CSS:
.uagb-post__inner-wrap {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
I hope this helps.
Reagrds,
Sweta
@swetakumari Thank you so much!