Hi,
The users of our website sometimes post “www.” links which are very long. Buddypress doesn’t recognize how to break such links in order the links remain inside the cards. The theme autor has told me to use this css to break the links, but the problem is that when using this CSS, then the words also get “broke” in the middle when they reach the end of the card which looks even worse.
.activity-content { word-break: break-all; }
Might you have any suggestions how to fix this issue because it looks very unprofessional?
Thank you.
Regards,
DanielHi Daniel,
Please add the following css.bpfb_link_preview_url { overflow-wrap: break-word; }
Regards
Brajesh
Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘How to break www. links in BP activity to prevent overlapping’ is closed to new replies.
This topic is: not resolved