*

moohmd

  • **
  • 15 posts
Problem displaying subcategories
« on: November 07, 2019, 06:38:24 PM »
Obviously, I have a lot of sub-categories but the way they are displayed on the site is very large


*

MB Themes

Re: Problem displaying subcategories
« Reply #1 on: November 08, 2019, 09:39:42 AM »
You can add overflow-y:auto;height:auto;max-height:240px to parent container.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

moohmd

  • **
  • 15 posts
Re: Problem displaying subcategories
« Reply #2 on: November 20, 2019, 10:20:15 AM »
You can add overflow-y:auto;height:auto;max-height:240px to parent container.
How can I do that I did not understand

*

MB Themes

Re: Problem displaying subcategories
« Reply #3 on: November 20, 2019, 04:43:26 PM »
@moohmd
Add to your stylesheet:
Code: [Select]
.search-cat .cat-tab {overflow-y:auto;height:auto;max-height:240px}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

moohmd

  • **
  • 15 posts
Re: Problem displaying subcategories
« Reply #4 on: December 19, 2019, 01:12:11 PM »
@moohmd
Add to your stylesheet:
Code: [Select]
.search-cat .cat-tab {overflow-y:auto;height:auto;max-height:240px}

I could not modify it Can you send the file to me and it is modified?

*

MB Themes

Re: Problem displaying subcategories
« Reply #5 on: December 19, 2019, 04:43:37 PM »
Read about CSS basic prior to modifying something please.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots