Hi guys,
How to set buttons to be on same heights?
i am working local so there is now way entering website
on pic i provide you can see that button read more is not in same line. on other pic you can see that i used grid row with 1/1 and 1/2 cells inside. How to manage that every read more button is in same line independently of size of paragraph above
i tried also with grid row 1/3 and inside 1/3 i put 4 1/1 for every section (icon, heading, text, button) and that didn’t give results.
i mean read more button in same line with another read more button in cell beside
hey guys can someone help me
Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your text block elements above your buttons and give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { min-height: 400px; }
You would need to adjust the value
Best regards,
Yigit
this can not be more perfect
Thank you very much