Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1226038

    Hi, I have the content slider dots and would like to:

    1) move them slightly up towards the text (https://paste.pics/9EY02)
    2) currently I have the following CSS
    #top .avia-content-slider-element-container .avia-slideshow-dots {
    position: absolute !important;
    }
    which have led to small screen sizes to have the dots appear below text. However at bigger screens the dots are appearing right top corner. Is it possible to have the dots bottom left as in the screenshot for all screen sizes?

    Thanks,

    #1226115

    Hey demicoli00,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1226117

    As requested

    #1226134

    Hi demicoli00,

    We cannot see anything like this. Please share credentials in private.

    Best regards,
    Victoria

    #1226192
    This reply has been marked as private.
    #1226285

    Hi demicoli00,

    Can you try using this CSS code:

    #top .avia-content-slider-element-container .avia-slideshow-dots {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    Best regards,
    Nikko

    #1226332

    Awesome it worked. Thanks

    #1226364

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Content Slider Dots’ is closed to new replies.