Tagged: align
Hi,
forgive me but I’m very new to wp, php and css.
I’ve created 2 columns (layout element).
One with an image in it. The other one with a text block.
How could I vertical align one with the other, so that the image is vertical aligned with the text or vicecersa.
Please help, Andrea.
URL: http://www.andagio.it/sermasrl/?page_id=10
It’s a test page for testing.
Hi fanky75!
Please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
After you add custom class to your elements, you can simply add a custom CSS code in Quick CSS in Enfold theme options under General Styling tab as following
.custom-class { margin-top: 10px; }
Regards,
Yigit
But adding margin-top is not good on mobile, it creates space. Why dont “vertical-align:middle” work? Thanks.