Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1183298

    problem where catalogue items overlap with prices when viewed on mobile, gdrive link in private content

    thanks!

    #1183520

    Hey wescrete,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1183573

    link below

    #1183770

    Hi wescrete,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      #top .av-catalogue-title {
        padding-right: 0;
      }
    
      #top .av-catalogue-price {
        position: static;
      }
    }

    Best regards,
    Nikko

    #1186868

    that did it. thank you very much!

    #1186905

    Hi wescrete,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Layout for "Catalogue" Element’ is closed to new replies.