The Size Guide cannot be fully displayed in a single product

This topic has 7 replies, 2 voices, and was last updated 10 months, 2 weeks ago ago by Rose Tyler

  • Avatar: Wade Yang
    Wade Yang
    Participant
    June 16, 2023 at 11:38

    I have a relatively large product size chart. When clicking on Size Guide in a single product, the size chart cannot be fully displayed.

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 12:07

    Hello, Wade Yang,

    Thank you for contacting us and for using XStore.

    You can change the type for Size Guide via Theme Options from the popup to download button, or use the next custom CSS code to change size of the popup:

    .size-guide-popup .et-popup-content {
        max-width: 550px !important;
    }

    , change 550px to the desired value.

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: Wade Yang
    Wade Yang
    Participant
    June 16, 2023 at 12:39

    But what I want to achieve is that both the computer terminal and the mobile terminal can be directly clicked to view instead of downloading. If the width is set to 550px, the font will be too small. What I want to achieve is to slide down to view the entire size chart

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 13:07

    Hello, Wade Yang,

    Thank you for your response.

    We have noticed that the Size Guide now opens in a new window. Is this satisfactory? Do you require any other assistance?

    Kind Regards,
    8theme team

    Avatar: Wade Yang
    Wade Yang
    Participant
    June 16, 2023 at 18:35

    Hello, I’m really not satisfied with the function of your Size Guide, because you can’t move up and down to view the complete size chart like ordinary web pages, I will give you a website, there is a sample of Size Guide there, I want to ask Can the same effect be achieved

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 18, 2023 at 06:47

    Hello, Wade Yang,

    Thank you for your response.

    We will have another specialist review your inquiry in greater detail and will be in touch with you after the weekend.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 18, 2023 at 09:24

    Hello, Wade Yang,

    Please try to use the next custom CSS code:

    .size-guide-popup .et-content {
        max-height: 70vh;
        overflow: auto;
    }

    Kind Regards,
    8theme team

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.