• pitfallindimate3746

    (@pitfallindimate3746)


    How can the arrows be placed anywhere?
    I have a slider with two columns and want the arrows to be placed not at the sides, but in the very center of the slider.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pitfallindimate3746

    (@pitfallindimate3746)

    I mean of course control arrows of a slider.

    Plugin Author simonpedge

    (@simonpedge)

    To get you pointed in the right direction, this can be done using CSS and Absolute Positioning – here is an intro how-to link:
    https://www.wikihow.com/Do-Absolute-Positioning-With-CSS

    For the 2 arrow containers that you would like to position, these are the CSS selectors to use:
    #SLIDER_ID .owl-nav .owl-prev
    #SLIDER_ID .owl-nav .owl-next
    (replace “#SLIDER_ID” with the CSS ID for your slider)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Freedom for placing the arrows’ is closed to new replies.