Hi,
When the name of a portfolio is too long it goes to a second line and when all logos have only one line in the name and only one shows in two lines, it looks quite bad.
We fixed this by slightly decreasing the font size, however, in Safari it is still showing in two lines. All other browsers (Chrome, Firefox, Opera, Brave) it is showing fine.
Can you please tell me how to fix it for Safari? Sshot and URL are in private.
Hi sitesme!
I do not think there are much we can do for such an issue.
Would it work, if we make all of the rows to have a good size?
Thanks a lot
Best regards,
Basilis
Hi Basilis,
It seems that Enfold’s CSS is sending the text to a second line “earlier” than what it should. Can’t a CSS code fix this?
If not, I can see two possible solutions:
1) Decrease the font a bit, but it is already too small I guess
2) Fix all rows to a fixed height to display always the space equivalent to two lines of text.
Hi,
It seems that Enfold’s CSS is sending the text to a second line “earlier” than what it should. Can’t a CSS code fix this?
The text should wrap on a single line as long as there is enough space. The text in safari looks a little thick compare to chrome or firefox. Maybe, you can decrease the font size by 1px or decrease the side padding of the grid content.
.grid-content {
padding: 20px 10px;
}
Best regards,
Ismael
Worked like a charm :)
Thank you Ismael!