Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #641011

    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

    #641029

    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

    #641336

    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

    #641538

    Hi!

    You are welcome!
    WordPress update slowed us down a bit in the past but we are returning to our usual pace :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘line height in top bax text on mobile’ is closed to new replies.