Home Forums Themes Support Claue how to move arrow

Topic Resolution: Not Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #19387
      Anonymous

      i can move the next slick-next.

      .slick-next {
      top: 45%;
      left:92%;
      }

      but not work in slick-prev

    • #19403

      Hi,

      Please try the code

      .slick-prev, .slick-next {
      top: 45%;
      transform: inherit;
      }
      
      .slick-next {
      left:92%;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #19443
      Anonymous

      .slick-prev still not work

    • #19469

      Hi,

      Please add below code

      .single-product-thumbnail.left .slick-prev {
      	left: 120px;
      }

      and change 120 as your

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.