By Rosemarie O'Leary on Tuesday, 12 April 2016
Posted in General Issues
Likes 0
Views 412
Votes 0
Hi,
Clicking the Tag icon in the toolbar results in a 3 column list of all the tags. This bit is fine.
There is plenty of room within each tag "box" for the most of the tag words to be displayed, but they are shortened to just a few characters, and you have to hover the mouse over them to see the full tag name. Where do I go to increase the number of characters so that most of the tags displays fully within the box?
Thanks
I wouldn't like to encourage you to increase the number of characters from the tag section is because it will messed up the layout if some of the tag name is very long.

By the way, if you really want to change it, you can apply following css code into your current template css file.

What we did is use the max-width to control that tag characters.


/* you can control that percentage of the width size */
div#fd.eb .eb-tags-item>a b {
max-width: 80% !important;
}
·
Wednesday, 13 April 2016 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, I'll take your advice and leave the character length alone. I can see how it could mess up the layout.
·
Wednesday, 13 April 2016 22:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

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.
·
Wednesday, 13 April 2016 23:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post