Button alignment

Hi guys,

have a question about how to ensure elements stay aligned. see private message for link and details please.

Hello David,

Thanks for posting in!

The buttons are not aligned because it only depends on the different height of the contents above the button. You must have the same amount of content height on the left and right so that the buttons will start at the same level. If you are no longer able to adjust the heights above, settings a minimum height might help. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-feature-list .x-feature-box.middle-text>div {
    min-height: 142px;
}

We would loved to know if this has work for you. Thank you.

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