How do I move slider bullets below the slider on front page?

I want to move the slider bullets below my slider images so that they do not obscure the images. Any idea how I could go about this?

Thanks!
Scott

Hi Scott,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.flexslider ol.flex-control-nav {
    bottom: -30px;
}

Best Regards,
Movin