Hi there,
I checked out some other threads on this and they were either custom solutions or didn’t seem to work for me.
http://www.slpinspections.com/pricing/ is the page that has the pricing text running into each other. How would I go about making this responsive without shrinking the text a bunch on desktop?
Thank you!
Hey kjwaggz,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 686px) {
.av-catalogue-title, .av-catalogue-price {
font-size:16px !important;
}
}
Best regards,
Rikard
That helped a little but the text is still overlapping. Anyway for the title of the text to wrap?
Nevermind, I got it figured out! For those that find this thread, I added a <br> in the title to force the line break that for some reason wasn’t taking on mobile.
Hi,
Thanks for sharing your tip.
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Vinay