• Resolved yenyeoh

    (@yenyeoh)


    How to I get the “Read more” buttons to line-up at the bottom of the post rather than sitting at different heights?

    Tried to insert the below code into our Additional CSS but nothing happened…

    .tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper { height: 100%; } .tpg-el-main-wrapper .rt-holder .tpg-el-excerpt { margin-bottom: auto !important; padding-bottom: 18px; }

    • This topic was modified 1 year ago by yenyeoh.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Habib

    (@habibjh)

    .tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail {
    display: flex;
    flex-direction: column;
    }
    
    .rt-tpg-container .rt-holder .rt-detail .post-meta {
    margin-top: auto;
    }

    The with the above CSS. Just put the above CSS to you Customize > Additional CSS. Hopefully it will work for you. Please let me know after doing that.

    Please check screenshot – https://prnt.sc/WZPBAGuyIpIA

    Thread Starter yenyeoh

    (@yenyeoh)

    Thank you! It’s working now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Read more button not aligning to bottom’ is closed to new replies.