Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #374869

    Mobile phone adjustment for catalogue List Item Title & Pricing

    The issue is when the List Item & Pricing are viewed on the mobile phone they blend in to each other on the same line.

    How can I make it so when viewed on a mobile phone the List Item & Pricing will be on separate lines?

    Thank you for any help!!

    #375262

    Hey Micheal0424!

    Add this to your custom CSS.

    @media only screen and (max-width: 479px) {
    .av-catalogue-price { position: relative !important; }
    }
    

    Cheers!
    Elliott

    #375486

    That worked perfectly, thank you so much!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile phone adjustment for catalogue List Item Title & Pricing’ is closed to new replies.