Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1180190

    In the mobile version variable products overlap with the product´s title. Could you please advice how to resolve this problem? Thanks a lot!

    #1180359

    Hey Marco,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

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

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.