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
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