Tagged: text wrap
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
Hey Fiona,
Please try the following in Quick CSS under Enfold->General Styling:
#footer a {
word-break: break-all;
}
Best regards,
Rikard
Thank you – that helped the footer but NOT the sidebar widget.
more help?
Hi,
Please try this instead:
#footer a, .sidebar a {
word-break: break-all;
}
Best regards,
Rikard
FYI: this is complete
Hi FionaH,
We’re glad that it’s complete.
Thanks for using Enfold and have a great day! :)
Best regards,
Nikko