By Haki Saki on Monday, 11 July 2016
Posted in Technical Issues
Likes 0
Views 374
Votes 0
My Group Button's text are being cut off (example attached)

Is there a way for the text to wrap automatically or where can I find the button text to shorten it? (I searched in a language override but couldn't find the text I was looking for)

Thanks.
I already help you updated to use this following css block code


.es-main.view-groups .es-profile-header-action>div .btn {
padding-right: 5px !important;
padding-left: 5px !important;
}


Can you try clear your Joomla/template/browser cache and see is it work fine now?
·
Monday, 11 July 2016 23:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Try apply this following CSS in your current template css file and see how it goes.

.es-main.view-groups .es-profile-header-action>div .btn {
overflow: visible !important;
white-space: pre-line !important;
padding: 1px 0px 10px 5px !important;
}
·
Monday, 11 July 2016 23:16
·
0 Likes
·
0 Votes
·
0 Comments
·
That fixed the one in question but messed up some others like the one attached and "leave group"
·
Monday, 11 July 2016 23:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Seems to do the trick, thanks!
·
Tuesday, 12 July 2016 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 12 July 2016 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post