By Giulia Magnesa on Monday, 19 June 2017
Posted in General
Likes 0
Views 425
Votes 0
Hi
in the ARCHIVE list posts I see overlaping text when the title is too long (see the enclosed image)

How can I fix it?

Thank you
Hi Giulia,
I could not replicate this locally. Can you provide us the url of the page with that issue so we can investigate it directly on your site? Thanks.
·
Monday, 19 June 2017 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
you can see it at this link (last title)
http://blog.pcvuescada.com/index.php/blog/calendar/2017/3
·
Monday, 19 June 2017 16:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Giulia,
Looks like the issue occurs when the font size is larger. I will log this issue in our tracker to see if we can adapt to the font size.
In the meantime, since your backend access does not work, can you try applying the custom css below into your custom css file and see if the temporary fix works?

#eb .eb-calendar__link {
display: table;
width: 100%;
}

#eb .eb-calendar__item-icon {
display: table-cell;
vertical-align: top;
width: 1%;
}

#eb .eb-calendar__item-title {
display: table-cell;
vertical-align: top;
padding-left: 20px;
}

#eb .eb-calendar__item-date {
text-align: right;
display: table-cell;
width: 30%;
}
·
Monday, 19 June 2017 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond
Thank you so musch
it works :-)
·
Monday, 19 June 2017 19:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Giulia,
You're most welcome. Glad to know the temp fix works.
Regards.
·
Monday, 19 June 2017 19:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post