Hey guys!
I have a carousel widget in my application.
I would like to know if it is possible to move the pagination spheres into the image and show them at the bottom of the image as shown in the image below:
Thank you very much to everyone who can help!
Hey!
You can see on the developer tools how to manage that.
Have a look! :)
.osui-carousel--has-pagination {
padding-bottom: unset;
}
.osui-carousel .splide__pagination {
margin: var(--space-base)
Ps: Paste the CSS into your theme and you will be able to see the same results. Let us know if that helped you!
Kind Regards,
Márcio Carvalho
Muito obrigado pela ajuda amigo!