By Sean Carney on Thursday, 07 June 2018
Posted in General
Replies 4
Likes 0
Views 533
Votes 0
Check out this page: https://www.drcarney.com/club/groups/create-group

You will notice that the names of the group categories are not visible.

Thank you,
Sean
You may try using the css codes below:

[gist]
#es .es-create-category-select .es-title {
text-overflow: initial !important;
white-space: normal !important;
}
[/gist]
·
Friday, 15 June 2018 01:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sean,

Seems like your current template causing this issues as this css http://take.ms/jud3h is set to white. It would be best if you can can check with them regarding this and see how it goes.
·
Thursday, 07 June 2018 09:50
·
0 Likes
·
0 Votes
·
0 Comments
·
I added some code to my custom.css to change the color of the button. I also have been trying to figure a way to turn off the no break space so that that text will word wrap.


/* Change ES Group Buttons background color */
#es .es-create-category-select .btn {
background-color: #25244E;
white-space: normal;
}


What you will see if you look now is that there is a grid of four columns.

I would like to reduce the number or columns and have the image sizes increase. And, I wish the category titles would word wrap when the browser display is narrowed.

Any idea how that might be done? Is this something that should be submitted as a feature request?

Thank you, Sean
·
Friday, 15 June 2018 00:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post