hi. how can i bring this text down 20px? http://imgur.com/a/nSUhY
Hey,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, give your element a custom CSS class then add following code to Quick CSS
.your-custom-class { position: relative; top: 20px; }
Best regards,
Yigit