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

    Good day Kriesi team,

    I use the easy slider to illustrate a page where it displays images.
    I would like to change the way the legend shows as it covers the image and I would like it to be under the image. Is there a way to do so ?

    Here the link to the page :http://cneaf.fr/crea/ile-de-france/

    Thanks a lot for your help,

    Regards

    #587260

    Hi Missca!

    no, not really, but you can try this workaround in your Quick CSS field:

    .avia-caption-content {
    top: 31px;
    left: -36px;
    position: relative;
    width: 214px;
    font-size: 10px;
    }
    

    Adjust as needed.

    Best regards,
    Andy

    #587407

    Works very well !
    Thanks a lot !
    Have a great week,
    Missca

    #588110

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

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