Home Forums WoodMart support forum Demo Mobile

Demo Mobile

Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #630578

    Hello,

    Yes, we will fix the Upsells and Related Products issue in the next theme update.

    But there is no issue with the image size in the gallery, please reread the explanation as I have already told you here about the gallery images on mobile: https://xtemos.com/forums/topic/demo-mobile/#post-630018

    Best Regards.

    #630601

    kashef1411
    Participant

    I’ve reviewed the content, and I previously requested your assistance in creating custom CSS for image sizing

    #631025

    Hello,

    To ensure that the thumbnails in the gallery maintain a consistent aspect ratio when displayed below the main image, please implement the following custom code in the Theme Settings under the Custom CSS section >> Global CSS section:

    @media (max-width: 1024px) {
        .woocommerce-product-gallery .wd-carousel-item img {
        aspect-ratio: 1;
        object-fit: cover;
        object-position: center;
    }
    }

    Additionally, I recommend removing any previously added custom CSS related to gallery images from the theme settings. I have noticed that there are existing custom CSS codes on your site, and retaining them may prevent the new code from functioning correctly.

    Best REgards,

    #631035

    kashef1411
    Participant

    Its working now .. i will wait for the update to fix Upsells and Related Products issue ..Thanks

Viewing 4 posts - 31 through 34 (of 34 total)