Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1421463

    dan
    Participant

    When i click on a product image, the enlarged picture is hidden in at the bottom of the screen. Can you please tell me why? The same problem on mobile and on desktop.

    #1421466

    dan
    Participant
    This reply has been marked as private.
    #1421473

    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:

    .pp_pic_holder.pp_woocommerce {
        top: 0px !important;
        position: fixed;
    }

    Hope it helps 🙂

    #1421572

    dan
    Participant

    You’re the best! It works perfect. Thank you!

    #1421675

    Thai
    Moderator

    If you need anything else please let us know.