Customizing the size chart
-
The current size chart window is a bit narrow. How can it be customized? If there are no native tools, please provide a competent adaptive CSS code for mobile devices and desktops
Attachments:
You must be
logged in to view attached files.
Hi ElBender8,
Thanks for reaching to us.
Go to Theme Settings > General > Promo popup and you can set popup’s width https://ibb.co/qMv3JGzx
Regards,
It was 800px, I set it to 1000px, but nothing changed. For the sake of experiment, I set it to 500px – everything is the same.
Attachments:
You must be
logged in to view attached files.
Hi ElBender8,
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Kind Regards,
no problem check priv content
Hi ElBender8,
Purge all cache from your caching plugin and check again. If you’re using a CDN, disable it temporarily and see if the issue persists https://ibb.co/JFnT2Y5v
Regards,
I do not use plugins with cache. I have provided access to the admin panel and you can see it. I checked from a clean browser and my settings for the width of the size grid window do not change. For this reason, my size information is transferred across the line, which does not look very nice
Attachments:
You must be
logged in to view attached files.
Hi ElBender8,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-popup.wd-sizeguide{
max-width: 1000px;
}
Regards,