Hi,
I have this text “call now for a quotation 0845 xx xx xx” in the top bar right before the social icons on this site (link in private content). On some mobiles the text wraps around because of its size so the text is above the phone number but the line between the text and the phone number is really tight. Is there a way i can slightly increase loine height for this on mobiles to give a bit of breathing space please ?
Thanks in advance
Hugues
Hey Hugues,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.phone-info a {
line-height: 30px;
}}
Best regards,
Yigit
Thank you Yigit, this worked.
I appreciate your help and also the support forum responses seem to be a fair bit faster lately than in the past which is awesome. Keep up the good work :-)
Hugues