Hello, I have used the pricing module on the enfold theme, and I am having trouble with the mobile display – the item Title and the price are overlapping for items with a title longer than 12 or 13 characters. Any suggestions?
Thanks,
Stephanie
Hey stephaniec0331,
Could you please give us a link to your website, we need more context to be able to help you.
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Sure. I am not sure of how to do a regular attachment here. I’m inserting an image here — a screen shot showing both the desktop and the mobile display. Desktop is fine, mobile is overlapped.
Hi stephaniec0331,
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:990px){
.av-catalogue-title {
width: 200px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Looks much better. Thanks!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
All set! Please feel free to close. Thank you!