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

    In the private content beneath you will find a link. Upon opening and scrolling down the page, you will find five catalogue-price-listings (Zara, Marc O´Polo, H&M, Peek&Cloppenburg, Esprit).

    When watching on small and very small screens the title and price overlaps. Some css-solutions I found in this forum did not solve the problem.

    Any idea?

    Best regards
    Harry

    • This topic was modified 7 years, 2 months ago by harryriegel.
    #845884

    Hey harryriegel,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width: 479px) {
      .av-catalogue-title-container {
        position: relative;
        font-size: 1em;
        line-height: 1.5em;
      }
      .av-catalogue-title {
        padding-right: 100px;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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