Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1122666

    Hi guys!

    What CSS can I use to move the Caption on the Easy Width Slider down about 20%?

    I do not want to use the Caption Positioning > Bottom Without Frame. That is too low. I’d just like to use CSS and move it down 20%.

    Thanks so much

    #1123292

    Hey Jasmer,

    Use the bottom without frame and then add a negative margin to move this back to top.
    This would play better when it comes to responsive ( mobile view )

    Best regards,
    Basilis

    #1123295

    There is no negative margin setting on the Caption Positioning page. Only text size options.

    CSS?

    #1123509

    Hi Jasmer,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .slideshow_align_caption {
        vertical-align: bottom;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1126917

    Thank you! Resolved!

    #1126986

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Lower Position of Fullwidth Easy Slider > Edit Form Element > Caption’ is closed to new replies.