Product Page – Filter Menu Truncated
-
Hi,
We are noticing on the product listing page on the left hand side the filters get truncated.
See attached image.
The height of the color filter container doesn’t expand enough to show all the values.
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry, but when we try to enter your site, we get an error of 403. Look at the screenshot.
https://gyazo.com/59cd3a2cbebaeab0c85335c431ff6eb3
Kind Regards
XTemos Studio
Hi,
Any update when time permits?
Thanks as always!
You need to remove this CSS code. See the screenshot http://prntscr.com/g9y4vx
Kind Regards
XTemos Studio
Removing this code does work, but it has a side effect. If you see this other post/comment from someone at xtemos this bit of css is needed on the product page. Well, not needed but it seems to resolve a small bug.
https://xtemos.com/forums/topic/hide-scroll-in-compact-product-style/
I use the compact layout for the product page and without the css it doesn’t display correctly.
Hello,
The previous code needs to delete and add the following code snippet to the Custom CSS area in Theme Settings.
.product-design-compact .basel-scroll,
.product-design-compact .basel-scroll .basel-scroll-content {
position:relative;
}
.product-design-compact .product-image-summary>.row {
display:block;
}
Kind Regards
XTemos Studio