• Resolved mpmott

    (@mpmott)


    Hi,

    I’m trying to bottom align the “Read More” buttons on my grid. Can you help assist with the necessary CSS?

    Thanks!

    • This topic was modified 2 years, 12 months ago by mpmott.

    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-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;
    }

    You can pest the above CSS code to your Customize > Additional CSS. Hopefully it will align the read more button at the bottom. If it doesn’t work just ping us.

    Thread Starter mpmott

    (@mpmott)

    Perfect, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bottom Align “Read More” Buttons’ is closed to new replies.