This topic has 7 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Rose Tyler
I have a relatively large product size chart. When clicking on Size Guide in a single product, the size chart cannot be fully displayed.
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
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
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
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
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
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
Tagged: display, product, single, size guide, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up