Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1032417

    Hi,
    When viewed on a medium device (ie tablet in portrait or landscape) the contact email address on the RHS widget sidebar (eg contact us page) and the same email address in the footer (all page) does not wrap; but disappears so you cannot even see most of it.
    On mobile phone, it is fine as it goes to a new line and fits.
    (btw, getting a shorter email address isnt on the cards).
    What do you suggest?
    regards
    Fiona

    #1032527

    Hey Fiona,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer a {
      word-break: break-all;
    }

    Best regards,
    Rikard

    #1033391

    Thank you – that helped the footer but NOT the sidebar widget.
    more help?

    #1033777

    Hi,

    Please try this instead:

    #footer a, .sidebar a {
      word-break: break-all;
    }

    Best regards,
    Rikard

    #1085818

    FYI: this is complete

    #1085993

    Hi FionaH,

    We’re glad that it’s complete.
    Thanks for using Enfold and have a great day! :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘email address not wrapping in widget/footer’ is closed to new replies.