When screen gets narrow, the product name and price overlap. How can I get the price to drop down below the product title?
Hey Kyle,
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: 650px) {
.av-catalogue-title {
padding-right: 210px;
text-transform: none;
}
.av-catalogue-price.av-cart-update-price {
width: 210px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
How do I do this with the normal Enfold Catalogue items?
Hi Kyle,
There are a lot of css adjustments that need to be made for the iPad and mobile screen. Please disable caching and minification while we’re helping you.
Best regards,
Victoria
caching is disabled now.