Hiya,
Please if you go to peter-test1.co.uk. I have four columns “Solar panels” etc and am trying to get the”Read More” buttons the same height so that they all are aligned to the same height after the text, can you help please.
Hey condonp,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.home #av-layout-grid-1 .avia_textblock > p {
min-height: 145px;
}
Best regards,
Yigit
I have added this but buttons do not still align in each column and also when you goto iPad it also not aligned
Can you please advise
Hi,
Please try this CSS instead:
.home #av-layout-grid-1 .flex_cell_inner {
min-height: 635px;
height: 635px;
}
.home #av-layout-grid-1 .avia-button-wrap {
position: absolute;
bottom: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
}
Best regards,
Rikard