colorful-ant Posted June 11, 2018 Share Posted June 11, 2018 my problem default theme and long subcategory name example change to 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 More sharing options...
Traumflug Posted June 12, 2018 Share Posted June 12, 2018 You found a good solution! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now