Full Width Easy Slider – How to we have text positioned on Top Left?
I see left, right, centered and bottom, but no Top.
Hey koala!
Try adding this to your custom CSS,
.slideshow_align_caption { display: block !important; }
When using the left frame or left position caption.
Regards,
Elliott
Will this impact the placement of other sliders? I don’t want to override all sliders, just one of the 4 that’s displayed.
I see left, right, centered and bottom, but no Top – which was odd so I thought it was missing.
Hey!
You can 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 slider a custom class and only apply the code on that certain slider
.your-custom-class .slideshow_align_caption { display: block !important; }
Cheers!
Yigit