*

Ukr Torg

  • *
  • 2 posts
How to hide under the curtain half of the subcategories
« on: February 25, 2017, 07:14:06 PM »
Maybe there is some solution?When a lot of sub-categories they are displayed on the entire monitor.How to make them blind that could conceal a portion of the subcategories,and when clicking on"Show all",the curtain fell and categories show all?

*

MB Themes

Re: How to hide under the curtain half of the subcategories
« Reply #1 on: February 26, 2017, 09:42:11 PM »
@Ukr
Set max height for container and scroll for y to auto.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ukr Torg

  • *
  • 2 posts
Re: How to hide under the curtain half of the subcategories
« Reply #2 on: February 27, 2017, 06:04:55 PM »
And how to do it correctly?I am a novice.Help me please.

*

MB Themes

Re: How to hide under the curtain half of the subcategories
« Reply #3 on: February 27, 2017, 07:35:57 PM »
@Ukr
into style.css place:
Code: [Select]
.search-cat .cat-tab {max-height: 162px; overflow-y: scroll; width: 101%;}


Rest is on you.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots