By Giacomo on Friday, 13 October 2017
Posted in General
Replies 3
Likes 0
Views 362
Votes 0
how can I increase the number of characters displayed? also by placing the text in two lines. what file should I edit?
These are actually controlled via CSS but I don't think it makes sense if your album name is that long eh? You could try adding the block of css codes below:

[gist]
body #es .o-tabs__link {
text-overflow: unset;
white-space: normal;
}
[/gist]
·
Saturday, 14 October 2017 00:18
·
0 Likes
·
0 Votes
·
0 Comments
·
in which file?this code serves to show the two-line album title? thanks
·
Saturday, 14 October 2017 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·
You can add this into your template's custom css file
·
Saturday, 14 October 2017 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post