*

HuliGan

  • **
  • 8 posts
Category
« on: December 15, 2025, 06:50:49 AM »
guys, please help me. Is it possible to change all the Zara categories somehow? I want the main page to have a carousel that moves to the right or left, and when I click on it, a full menu of categories pops up. The carousel is inconvenient if there are many categories.

*

MB Themes

Re: Category
« Reply #1 on: December 16, 2025, 09:24:33 AM »
Try trick like this:
Code: [Select]
body #top-cat ul { display: flex; flex-wrap: wrap; flex-direction: row; align-items: stretch; justify-content: center; max-width: 100%; }
Then hide arrows.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

HuliGan

  • **
  • 8 posts
Re: Category
« Reply #2 on: December 24, 2025, 11:17:42 AM »
Thank you, but is there a way to make it open on the first line and open the rest of the lines using the show/hide button?

*

MB Themes

Re: Category
« Reply #3 on: December 24, 2025, 02:35:49 PM »
Thank you, but is there a way to make it open on the first line and open the rest of the lines using the show/hide button?

Yes, use some extra CSS + Javascript and should not be hard.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots