Hi There
I have this working on several sites but on this new one I am working it has no effect at all and I wondered if you could take a look or let me know if things have changed using this. I am using an image, heading, text and a button in the column. Thank you.
.flexmethod {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: stretch;
align-content: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.x-container:before {
content: normal;
}
.flexmethod .x-column {
position: relative;
padding-bottom: 60px;
}
.flexmethod .x-column {
position: relative;
padding-bottom: 20px;
}
.flexmethod .x-column a.x-anchor.x-anchor-button {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 25px;
}
