Woocommerce product page image overlaps line/tabs below it

Home Forums Jevelin Theme Woocommerce product page image overlaps line/tabs below it

Home Forums Jevelin Theme Woocommerce product page image overlaps line/tabs below it

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • erikj80303
    Participant

    Hi.  Thanks again for all the help and how responsive you are!

     

    One more question.  How can I fix this?  You can see a sample of the problem here.

     

    It only happens when the right side is shorter than the image (it seems to assume the right side will always be longer).

     

    Thanks!

    Solution for this topic

    Hi @erikj80303,

     

    Thank you for your question.

     

    It seems this is happening on your site because of the below custom CSS code used on your site.

     

    @media (min-width: 992px){
    .woocommerce #content .woocommerce-tabs.wc-tabs-wrapper {
        position: relative;
        width: 200% !important;
    }
    }

     

    To resolve the issue you can either remove the above CSS code or add margin-top:20px; property in the code.

     

    Best regards,
    Shufflehound team

    erikj80303
    Participant

    Thanks.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)