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

    I have a full screen slider at the top of my page and I would like to change the position of the caption text to the top left instead ONLY for this slider. All other sliders, the captions MUST remain as is.

    Thanks

    #1189414

    Hey navindesigns,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-498 #fullscreen_slider_1 .slideshow_align_caption {
        vertical-align: top;
    }

    Best regards,
    Rikard

    #1189525

    Thanks!

    How do I make that box/caption wider? I want all the text to fit on one like across the top

    #1189658

    Hi,

    Please try this CSS as well:

    .page-id-498 #fullscreen_slider_1 .slideshow_caption {
        width: 100%;
    }

    Best regards,
    Rikard

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