*

mwindey

  • *****
  • 465 posts
Categories on home scroll
« on: May 18, 2022, 01:09:46 PM »
I wonder if, just like veronika, there is also the option in epsilon to slide if there are more categories than 8?
I dont want 30 categories on home:)
« Last Edit: October 08, 2022, 10:18:57 AM by mwindey »

Marked as best answer by mwindey on May 18, 2022, 02:36:52 PM
*

MB Themes

Re: Categories on home scroll
« Reply #1 on: May 18, 2022, 01:44:00 PM »
@mwindey
Try this code:
Code: [Select]
#home-cat { display: flex; flex-wrap: nowrap; flex-direction: row; overflow-x: auto; }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: Categories on home scroll
« Reply #2 on: May 18, 2022, 01:49:44 PM »
work but this is ugly no style like veronika https://prnt.sc/44ecrTbmYE9t
hostoki.com

*

MB Themes

Re: Categories on home scroll
« Reply #3 on: May 18, 2022, 01:53:21 PM »
You can add class like "nice-scroll" to home-cat box that will fix scrolls
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 465 posts
Re: Categories on home scroll
« Reply #4 on: May 18, 2022, 02:36:39 PM »
@MB Themes,

Thanks a lot for your help.... Looks great  :-*

Re: Categories on home scroll
« Reply #5 on: October 06, 2022, 07:53:04 PM »
You can add class like "nice-scroll" to home-cat box that will fix scrolls

Hi,
I am very new about codes. How i can insert "nice-scroll" option. Please help. (which code and where insesrt)

*

Dan

  • ***
  • 53 posts
Re: Categories on home scroll
« Reply #6 on: October 07, 2022, 11:50:06 PM »
Users tend to scroll vertically insteady of horizontally, just came a cross this site with using epison, categories are like in delta on mobile, is there a code a can use to change the categories to look like that of delta?

*

MB Themes

Re: Categories on home scroll
« Reply #7 on: November 14, 2022, 05:08:57 PM »
Remove this from responsive.css and that's it.
Code: [Select]
#home-cat { flex-wrap: nowrap; overflow-x: auto; }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots