Osclass Support Forums

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: moohmd on November 07, 2019, 06:38:24 PM

Title: Problem displaying subcategories
Post by: moohmd 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

(https://4.top4top.net/p_14068nd151.png)
Title: Re: Problem displaying subcategories
Post by: MB Themes on November 08, 2019, 09:39:42 AM
You can add overflow-y:auto;height:auto;max-height:240px to parent container.
Title: Re: Problem displaying subcategories
Post by: moohmd 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
Title: Re: Problem displaying subcategories
Post by: MB Themes 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}
Title: Re: Problem displaying subcategories
Post by: moohmd 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?
Title: Re: Problem displaying subcategories
Post by: MB Themes on December 19, 2019, 04:43:37 PM
Read about CSS basic prior to modifying something please.