Category Gallery Font Size

Hi there,

we tried to adapt the category gallery on the home site, below the revolution slider. The problem is that our category words are too long and get cutted up like this:


there any chance how to show the words to their fullest? Maybe a smaller font size or smaller spaces between the letters?

Hello,

The text on hover is ideal for small single words with ellipses showing when the word is longer. And if you want, you can paste the css below in your custom css to fit more letters:

.gallery-list .info {
letter-spacing: 0px;
left: 5px;
right: 5px;
font-size: 12px;
font-weight: 400;
}
Thank you