*

Ivanko

  • *****
  • 391 posts
I have about 100 items in subcategory no3
My intention to show only ads + search panel only, when the user approach last subcategory...

Please advise how to hide all staff below category & subcat 1,2,3 until the user arrive last subcat ? :o
just keep heading, cat, subact + footer
« Last Edit: November 22, 2017, 11:47:33 AM by Ivanko »

*

Loma

  • ***
  • 69 posts
  • Loma
Re: Show listings only when last subcategory approached - DESKOP
« Reply #1 on: November 22, 2017, 05:55:18 AM »
i don't like this style too. so i modified it by disable sub categories image and change style
 

Marked as best answer by safeacid on November 22, 2017, 11:42:33 AM
*

MB Themes

Re: Show listings only when last subcategory approached - DESKOP
« Reply #2 on: November 22, 2017, 09:10:49 AM »
@Ivanko
Really not sure what you mean, but you can set max height there:
Code: [Select]
.search-cat {max-height:200px;overflow-y:auto;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ivanko

  • *****
  • 391 posts
Re: Show listings only when last subcategory approached - DESKOP
« Reply #3 on: November 22, 2017, 11:43:44 AM »
@Ivanko
Really not sure what you mean, but you can set max height there:
Code: [Select]
.search-cat {max-height:200px;overflow-y:auto;}
Thanks good idea:)