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

    (@monzuralam)

    Hey, nico13100 thanks for informing your issue. You can add a space between the product image by adding some code to your theme functions.php. you can change the offset top value as your need.

    function ai1wsa_offset_top(){
    ?>
         <script>
              jQuery(document).ready(function () {
                  jQuery('.woocommerce-product-gallery').stickr({
                      offsetTop: 30,
                  });
              });
         </script>
    <?php 
    }
    add_action( 'wp_footer', 'ai1wsa_offset_top' );

    Unable the sticky position on mobiles issue will be fixed on my free time & release its next version.

    Thread Starter nico13100

    (@nico13100)

    Hi Monzur,
    Thank you for your help and reply !
    So I keep waiting for the next version 😉
    Best regards.

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