• Priority: 0
  • Status: Waiting on customer
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 30.01.25, 09:52
  • Opened by: Marco Imbriaco

Ticket #25940 - Modify brand page

Hi,

i want modify the brand page list (manufacturer)

How can I do it, where can I find it

Thanks

Comments

Fred 05 Feb 2025, 23:00

Hi, Marco.
Sorry for the delay.
There is no option to customize it through back office.
We are going to add such option in further updates

Marco Imbriaco 06 Feb 2025, 09:24

Ok, I understand.

So I ask you a different question: how can I display the machi in a more orderly way, making the grid like in the page I created:

https://www.imbriaco.it/content/7-elencomarchi

Because if you look at this page it is very confusing and messy: https://www.imbriaco.it/elencomarchi

Thanks

Fred 06 Feb 2025, 23:07

Try following CSS fix to make that page cleaner

.brand-infos, .brand-products {display: none}
.brands-list ul {
    gap: 30px
}
.brands-list ul li {
    display: flex;
    align-items: center
}