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

    Hi there,
    please have a look at:

    I’m using Fulliwdth Easy slider to show the picture. The picture had whiste blocks on each side deliberatly.
    I would like the caption to be on the bottom in the middle with no frame. Could you provide code for that?
    Thanks
    Dick

    #736250

    Hey DickZirkzee,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title {
        font-size: 3vw!important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        text-align: center;
    }
    

    Best regards,
    Vinay

    #751808

    Hi Vinay,
    sorry, my father in law died, had to drop things for a while.
    Just tried it and it works. thank you

    #751973

    Hi,

    I’m sorry to hear about your loss.

    Glad we could help you with this issue! Please take a moment to review our theme and show your support https://themeforest.net/downloads

    To know more about enfold features please check – http://kriesi.at/documentation/enfold/

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Code to move caption’ is closed to new replies.