Hi there,
I am currently having two problems while using the Pro theme and I’m hoping support can help me with this.
- On my main page, I have three columns on a row and each column has a title, text and button. I need all three buttons aligned vertically at the bottom. Currently it looks like this :
Upon searching the forum, I’ve come across the following CSS and added it into my Page CSS
.flexme.x-container {
display: flex !important;
flex-wrap: wrap; /wraps the columns on mobile view/
}
.flexme .x-column {
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
align-content: space-around;
padding-bottom: 2em;
}
.flexme .x-column .x-anchor-button {
margin-top: auto !important; /push the buttons on the bottom of columns/
}
And also added “flexme” to the row class in the customize section but it’s still not working. I’ve searched other methods on the forum but none of them work.
- I have created a photo gallery using Essential Grid but for some reason when I load the page, the footer isn’t automatically pushed down (creating a scrollbar) to match the length of the gallery but instead goes beneath the footer and I am unable to scroll to the bottom. I am not using any custom css on the footer.
Please help!




