You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Horizontal scroll on product page appears when page width is 1200 px and lower.
Don't know what's causing it. Outling every element didn't help either.
The text was updated successfully, but these errors were encountered:
Found it. It can be reproduced if a product has attributes (I use radio buttons), even one radio button element will have strange width like 682 px. The more attributes the longer horizontal scroll.
In product.css
.attribute_list input.attribute_radio {
width: 100%;
}
if turned off in inspector, horizontal scroll fully dissappears .
Horizontal scroll on product page appears when page width is 1200 px and lower.
Don't know what's causing it. Outling every element didn't help either.
The text was updated successfully, but these errors were encountered: