Jump to content
thirty bees forum

subcategory size title


colorful-ant

Recommended Posts

my problem default theme and long subcategory name

0_1528753850596_34498ab2-67fb-41e6-9825-0e05e3b3a5ee-image.png

example change to

0_1528753874467_3415a075-f442-4ebe-9964-4fc90e1915e8-image.png

It is currently not the best solution, but for me it is currently ok. for example change httpdocs / themes / community-theme-default / css / category.css

```

category-banner {

margin-bottom: 15px; }

category-description {

margin-bottom: 25px; }

.subcategory-title { margin: 0; } ```

to

```

category-banner {

margin-bottom: 15px; }

category-description {

margin-bottom: 25px; }

.subcategory-title { margin: 0; font-size:85%; } ```

EDIT: The option to use the text with truncate, I find personally in this view not good. In my view, this option would look unprofessional. The customers / visitors should be able to read the subcategroy heading. Of course, the headline should not be too long, but it is not always possible to avoid adhering to the limited characters for the text field.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...