Hi, how can I move categories to the bottom of the featured lists?
« Last Edit: September 09, 2024, 12:15:47 PM by هشام سدير »

*

MB Themes

Re: how can I change the location of the categories under the featured menus?
« Reply #1 on: September 09, 2024, 03:56:28 PM »
Yes, zeta use flex system that is very flexibile.

Code: [Select]
body #search-main {display: flex;flex-direction: column;align-items: stretch;}
body #search-cat {order:8;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: how can I change the location of the categories under the featured menus?
« Reply #2 on: September 30, 2024, 09:37:28 PM »
Thank you for your reply Where can I put this code?

*

MB Themes

Stylesheet or backoffice > appearance > customization
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots