Wishlist, size chart and lightbox!!!!!!!!!

This topic has 2 replies, 2 voices, and was last updated 2 months, 3 weeks ago ago by Tony Rodriguez

  • Avatar: trendy
    trendy
    Participant
    July 24, 2024 at 16:11

    Hi. I want the wishlist and size chart to be in the same row for both web and mobile.

    https://screenrec.com/share/IWUfM1F7Gy

    I want it to be like this
    https://screenrec.com/share/6hjMNi2I8P

    Even after disabling the lightbox, I can still click on it. I want to disable it for product image and gallery!
    https://screenrec.com/share/8eigJtYvhu

    Please fix it as soon as possible, thanks

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    July 25, 2024 at 08:52

    Hello, @trendy,

    Thank you for contacting us and for using XStore.

    1/ To address your concern, we kindly request that you insert the following custom CSS code by navigating to XStore > Theme Options > Theme Custom CSS > Global CSS.

    /*for desktop */
    @media only screen and (min-width: 768px) {
    .single-product .size-guide {
        max-width: 30% !important;
    }
    .single-product .single-wishlist {
        max-width: 40% !important;
        position: absolute;
        left: 135px;
        bottom: 10px !important;
    }
    }
    
    /* for mobile*/
    @media only screen and (max-width: 767px) {
    .size-guide {
        max-width: 50% !important;
    }
    .single-wishlist {
        max-width: 50% !important;
        position: absolute;
        left: 140px !important;
        bottom: 10px !important;
    }
    }

    2/ To prevent images from redirecting to links on your website, please insert the following CSS code into the designated path: Navigate to Xstore > Theme Options > Theme Custom CSS > Global CSS.

    .single-product .woocommerce-product-gallery a {
        pointer-events: none;
    }

    We trust this adjustment will meet your requirements.

    Best Regards,
    8Theme’s Team.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.