Hey,
http://www.airlinstaffrates.com
I want to adjust the City Pass image in the text element so it is align with the New York Deals
and also a bit space between the two elements.
What code shall I add?
Thanks
Charlotte
Hey Charlotte :)
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your text block element where you have your image and give it a custom class and then add following code to Quick CSS
.your-custom-class p { margin-top: 0; margin-left: 20px; }
Best regards,
Yigit
Excellent, thanks :)