This topic has 2 replies, 2 voices, and was last updated 3 months, 3 weeks ago ago by Tony Rodriguez
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
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.
You must be logged in to reply to this topic.Log in/Sign up