Logo list animation

Hi everyone,

To showcase the stores where our product is available, we use the logo list section. But they only showcase 3 per row, we want 4 to be showcased at all time but that it animates to showcase the others.

Url is www.ateliercharisma.com

@JarnoBroekkamp - please add this css to the very end of your theme.css file and check

.section-stack .logo-list{grid: auto / repeat(4, minmax(0, 250px)) !important;}
1 Like
  • Here is the solution for you

  • Please follow these steps:

  • Then find the theme.css file.

  • Then add the following code at the end of the file and press ‘Save’ to save it.

.section-stack .logo-list {
 grid: auto / repeat(4, minmax(0, 250px)) !important;
}
  • Please add the above code to the last line of the theme.css file.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like

Can u also help me get it right on mobile, that is animates instead of showcasing in 2 rows?

Can u also help me get it right on mobile, that is animates instead of showcasing in 2 rows?

@JarnoBroekkamp - it will look too small

and if 3 are being showcased standard in an animation that after 5 seconds changes to the others?