Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #345405

    Full Width Easy Slider – How to we have text positioned on Top Left?

    I see left, right, centered and bottom, but no Top.

    #345975

    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

    #346973

    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.

    #347246

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.