-
Author
-
August 15, 2015 at 07:45 #73077jerrydParticipant
The page layout has been broken if long name was given
Attachments:
You must be logged in to view attached files.August 15, 2015 at 15:37 #73105sharmstrModeratorTry this css
COPY CODE.buddypress div#item-header div#item-meta p { overflow: visible; word-wrap: break-word; } #main .alternate-color h1 { max-width: 80% !important; word-wrap: break-word; } .widget.buddypress div.item-title { word-wrap: break-word; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 17, 2015 at 06:51 #73345jerrydParticipantit seems not working~~:(
Attachments:
You must be logged in to view attached files.August 17, 2015 at 06:53 #73348jerrydParticipantthe description will have same issue if it is too long~~
August 17, 2015 at 15:17 #73382jerrydParticipantthe message has same issue as well.
Attachments:
You must be logged in to view attached files.August 17, 2015 at 15:42 #73392sharmstrModeratorI need to see a link for the one that’s not working.
for messages
COPY CODE#message-subject { word-wrap: break-word; max-width: 95%; } .message-content { word-wrap: break-word; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 18, 2015 at 04:37 #73511jerrydParticipantcos, I installed locally, haven’t deployed yet. so I donn’t have the link, sorry about that.
the attachment is about group directory page
Attachments:
You must be logged in to view attached files.August 18, 2015 at 04:44 #73514jerrydParticipantthis is the breadcrumb title
Attachments:
You must be logged in to view attached files.August 18, 2015 at 14:41 #73544sharmstrModeratorCOPY CODE.item-desc { width: 95%; } #groups-dir-list .item-desc p { overflow: hidden; word-wrap: break-word; } #groups-dir-list .item-title a { word-wrap: break-word; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 19, 2015 at 13:54 #73703jerrydParticipantothers are now working, but the breadcrumb still doesn’t work with this code
COPY CODE#main .alternate-color h1 { max-width: 80% !important; word-wrap: break-word; }
Attachments:
You must be logged in to view attached files.August 20, 2015 at 21:02 #73980AbeKeymasterHello, for the page title this should work:
COPY CODE.main-title .page-title { clear: left; float: left; overflow: hidden; text-overflow: ellipsis; width: 100%; }
The codes will be part of the next theme version so after the next theme update you can remove the custom codes
Many thanks @sharmstr, you are the best 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.August 20, 2015 at 21:08 #73981AbeKeymasteror if you want the text visible:
main-title .page-title { word-wrap: break-word; max-width: 100%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘long name broke page layout’ is closed to new replies.