Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #423132

    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?

    #423133

    Hi m!

    Can you please post the link to your page where we can see the issue please?

    Regards,
    Yigit

    #423136
    This reply has been marked as private.
    #423556

    Hey!
    try this for mobile portrait:

    @media only screen and (max-width: 767px) and (orientation: portrait) {
    .av-catalogue-price {
    position: inherit;
    }}
    

    Regards,
    Andy

    #423697

    Yes, this works! Thanks!

    #423804

    Hey!

    Great, glad we could help.

    Cheers!
    Rikard

    #467146

    Resolved.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Viewing of table on mobile device – Item name and price overlap’ is closed to new replies.