Looks great on desktop, but on mobile portrait orientation, the table’s item name text and the price text overlap and are unreadable. What is the fix for this?
Hi m!
Can you please post the link to your page where we can see the issue please?
Regards,
Yigit
Hey!
try this for mobile portrait:
@media only screen and (max-width: 767px) and (orientation: portrait) {
.av-catalogue-price {
position: inherit;
}}
Regards,
Andy
Yes, this works! Thanks!
Resolved.