When our product page begins to collapse for mobile, the elements on the left are wrapping underneath the elements on the right, even though the right side elements are first in the code.
See here:
When our product page begins to collapse for mobile, the elements on the left are wrapping underneath the elements on the right, even though the right side elements are first in the code.
See here:
Hi Justin,
Thank you for reaching out to us. I checked your page’s source code and I see you’re using a third party plugin (Bigcommerce) I think it’s intended this way, however if you want to override this, you can add the following code in the Theme Options > CSS:
.bc-product-single .bc-product__gallery {
-ms-flex-order: 1 !important;
order: 1 !important;
}
Since it’s a third party plugin, regretfully, we cannot provide support for third party plugins or scripts as our support policy states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
Thank you for the code, works like a charm.
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.