Home Forums WoodMart support forum Demo Mobile

Demo Mobile

Viewing 5 posts - 31 through 35 (of 35 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

    #631234

    Sounds Great! that your issue has been solved.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 5 posts - 31 through 35 (of 35 total)

The topic ‘Demo Mobile’ is closed to new replies.