• Resolved longqdo

    (@longqdo)


    Hi!

    I found the CSS to move the slider up and down. However is it possible if I want to put it horizontally on the bottom corner?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @longqdo,
    Thank you for contacting us, To achieve this you will be needing to modify the Plugin CSS code you have to remove the left and top selectors from the CSS and add the following CSS mentioned below.

    transform: rotate(360deg)!important;
    right: 0%!important;
    bottom: 0%!important;
    Thread Starter longqdo

    (@longqdo)

    Hi!

    Thank you it worked!

    Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @longqdo,
    Thanks for your feedback we would appreciate a kind and honest review.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider Position’ is closed to new replies.