Hi
I need to reduce the size of the white space between text lines (please see link on private)
thanks
Hey jb84,
Please try the following in Quick CSS under Enfold->General Styling:
#footer #text-2 p {
line-height: 15px;
}
Best regards,
Rikard
Thanks Rikard
it works perfectly
But need now to do the same for text hyperinks on footers in this case all will be perfect…
Hi,
Thanks for the update. I’m not sure exactly what you are looking for though, do you mean that you want to apply the same line height to the other widgets as well?
Best regards,
Rikard
ok i send u screen shoot in privat.
Need a quick code for widget (only) line height huper-link
Hi,
Please try this CSS as well:
#footer #text-4 p, #footer #text-3 p {
line-height: 15px;
}
Best regards,
Rikard
Thanks Rikard,
it work perfectly!
But only for my main language (french)… polylang seems to not apply quickcss for the second language (english)
:(
Hi jb84,
Widget id’s are different in French, please use the code like this:
#footer #text-4 p, #footer #text-3 p,
#footer #text-5 p, #footer #text-6 p,
#footer #text-5 p, #footer #text-7 p {
line-height: 15px;
}
If you need further assistance please let us know.
Best regards,
Victoria