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
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;}
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:
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?