Revolution Slider - navigation bullets on slider

For the navigation bullets on the slider, how do i adjust the spacing on the mobile version?

Hello Ali,

Thanks for writing in!

To resolve your issue, Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

@media(max-width: 767px){
    .rev_slider .hermes.tp-bullets {
        width: 50px !important;

    }
    .rev_slider .hermes .tp-bullet {
         width: 20px !important;
         height: 20px !important;   
    }

    .rev_slider .hermes .tp-bullet:nth-child(2) {
        left: 25px !important;
    }
}

Feel free to adjust the values to make it a little bigger.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.