Home Forums WoodMart support forum Problem image scroll on products

Problem image scroll on products

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #478590

    Hello,
    We had a problem with the main image of the product page as it remains fixed and when scrolling does not allow us to see the information of the tabs and could be solved with this answer:
    https://xtemos.com/forums/topic/problem-image-scroll/
    But now we have another problem and it happens in almost all the products.
    Is there any way by means of code so that it stays ok in the 600 products and we don’t have to modify the option one by one?
    How can we solve it?
    Thank you very much for everything.
    Best regards.

    Attachments:
    You must be logged in to view attached files.
    #478809

    Luke Nielsen
    Keymaster

    Hello,

    In Elementor there is no possibility of mass editing product descriptions created manually in this case there are only 2 solutions:

    1. Manually turn off the stretch option on each product.

    2. Globally rewrite and disable the stretch option in the product description using CSS:

    .single-product .woocommerce-Tabs-panel--description .wd-section-stretch {
        min-width: auto;
        width: auto;
        left: auto;
    }

    Kind Regards

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