Promo Element with shortcode button alignment

HI,

I created a page with Promo Element to show Programs for a radio station. Each promo is one program.

I made them all the same height using the size of the bigger one so it will fit all text, but the button is not aligned.

I want either to have them all aligned or to make the whole promo element as the button so in that case I´ll remove the shortcode button.

thanks in advanced.

1 Like

Hello There,

Thanks for writing in! The buttons will not be align because your title and the promo content does not have the same element height. To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-promo-content h4{
    min-height: 44px;
}

.x-promo-content p {
    min-height: 147px;
}

And if you want to make it a link, please check out this following thread: https://theme.co/apex/forum/t/how-to-add-a-link-to-a-promo-image-in-a-classic-promo/20534/2, https://theme.co/apex/forum/t/making-a-promo-element-a-link/5206/2

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.