• Hi there,

    I can see there is an error on this theme, regarding the category display on the portfolio page.
    The category filter STYLE is not customizable so if you create a category that has a name containing more letters the word is cut off…

    You can see in the link example how my category ARTE is okay because it is a short word but the others like BOOKING has the G cut off. EDUCAZIONE as well has the last 3 letters cut off and so on.

    I wasn’t able to find any solution and it is so frustrating.

    Do you have any solutions for this?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter RoLike

    (@rolike)

    I was able to correct this by adding a CUSTOM CSS to the element:

    .aux-filters.aux-slideup li > a span {
        position: relative;
        display: block;
        padding: 0 2em;
        overflow: hidden;
        text-align: center;
        color: transparent;
    }

    The padding was set to 0.75em that caused the words to be cut off so I increased it to 2em.

    I hope this will not break the layout or cause any issues in the feature and I hope someone else will benefit from this solution as well.

    • This reply was modified 2 years, 8 months ago by RoLike.
    • This reply was modified 2 years, 8 months ago by RoLike.
    • This reply was modified 2 years, 8 months ago by RoLike.
Viewing 1 replies (of 1 total)
  • The topic ‘THEME ERRORS ON PORTFOGLIO CATEGORY LENGHT’ is closed to new replies.