Tagged: dots
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,
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
As requested
Hi demicoli00,
We cannot see anything like this. Please share credentials in private.
Best regards,
Victoria
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
Awesome it worked. Thanks
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