Reply 350820 to: Last thumbnail has to click twice to active

Avatar: Rose Tyler
Rose Tyler
Support staff
March 22, 2023 at 09:56

Hello, Steve.li.vt,

Thank you for the reply.

You find out that the code that stretches container – max-width: 100%; causing the problem, it is what we told you before. Your custom code causes the problem, so would not recommend to use this code:
.single-product .content-page.container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
As a workaround, edit single-product.php (xstore/woocommerce folder) via child theme. Keep only content-page class of this div -> https://prnt.sc/fcRkmNkWC3mo
and test without your custom CSS
It means that container styles will not be applied to your single products and the page will be stretched on the first load initially without any CSS additions.

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.