Hi, i have a small problem on mobile. In product list the titles are too long but not everywhere – look at the screenshot. What can i do?
Hey ConnyQ,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.av-catalogue-title {
padding-right: 90px !important;
}
}
Thanks,
Rikard
Hi Rikard,
thank you very much – i try it but now some title are changed and ok but not all :) its crazy look at the screen shoot http://la-palma-neuwied.com/pizzaria/wp-content/uploads/2016/10/IMG_0344.png
Hi,
Thanks for the screenshot, could you try increasing the padding a bit. For instance:
@media only screen and (max-width: 767px) {
.av-catalogue-title {
padding-right: 110px !important;
}
}
Best regards,
Rikard
Hi Rikard,
yessss thats it :) Its looking fine now.
Thank you very much for your help
Conny