Home Forums WoodMart support forum Customizing the size chart

Customizing the size chart

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #647989

    ElBender8
    Participant

    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.
    #648118

    Hung Pham
    Keymaster

    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,

    #648132

    ElBender8
    Participant

    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.
    #648246

    Hung Pham
    Keymaster

    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,

    #648559

    ElBender8
    Participant

    no problem check priv content

    #648662

    Hung Pham
    Keymaster

    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,

    #648835

    ElBender8
    Participant

    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.
    #649015

    Hung Pham
    Keymaster

    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,

Viewing 8 posts - 1 through 8 (of 8 total)