• Resolved billa102

    (@billa102)


    Hi,

    Can someone guide me how to move Dot navgation after title by default dot nav show after bottom part of the slider i want to show title first then dot nav and theme image of slider

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author simonpedge

    (@simonpedge)

    You could try the following CSS:

    #SLIDER_ID .owl-dots {
    bottom:auto !important;
    top:100px !important;
    }

    (NOTE: Replace “#SLIDER_ID” with the CSS ID of your particular SA slider)

    Now the ‘top:100px’ will absolutely position the dots 100 pixels from the top of the slider over the top of the slide content. So if you define a gap (padding or margin) between your slide titles and slide images, and play around with this 100px setting you should be able to fit the pagination dots in this gap.

    Plugin Author simonpedge

    (@simonpedge)

    No feedback on this in a while – am marking as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dot navgation after title’ is closed to new replies.