HI,
I use the Promo-box tw/o button o highlight certain content, pls see here:
https://livetest.healthsafe24.de/transitionsmedizin/herzinuffizienz/
How can I increase line spacing inside the promo box to get it similar as in the text body beneath? Or is there another way to highlight the left 1/3 column in grey ? thx a lot , Tilman
Hi oestersund!
Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block elements a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_textblock.your-custom-class { padding: 10px; background-color: red; border: 1px solid #e2e2e2; }
Cheers!
Yigit
This works – thank you Yigit