Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1432137

    Hi, I need the text of the caption of the slides to be positioned at the bottom and in a centered position.. instead from the theme options I only have the possibility of positioning the text either in the center of the screen or at the bottom but the writing and buttons are aligned left.. can you help me?

    #1432159

    Hey delmonte,

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

    .slideshow_align_caption {
        vertical-align: bottom;
    }

    Best regards,
    Rikard

    #1432207
    This reply has been marked as private.
    #1432220

    Hi,

    Please try this CSS instead:

    .page-id-4793 #fullscreen_slider_1 .slideshow_align_caption {
        vertical-align: bottom;
    }

    Best regards,
    Rikard

    #1432352
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Slider text flat screen position at bottom and center’ is closed to new replies.