hi. can you please help us to movie text field inside ALB up
http://imgur.com/jMKzb0q this text field should move up (closer to the newsletter fields) like this: http://imgur.com/Q9vEBF8
Hi corneliaboehm!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ edit your element, give it a custom CSS class and then add following code to Quick CSS
.your-custom-class { margin-top: -20px !important; }
Best regards,
Yigit