Hi everyone,
on our website www.luniafilm.it we have used the following code to create a scrolling logo banner (using gallery section) at the bottom of the homepage. While it is looking good on the desktop version of the site, the logos are TOO SMALL ON MOBILE. How can we increase the size of the logos on mobile? We are on a Personal account.
Thank you so much for your help!
Here is the code we are using:
#page {=
overflow-x:hidden
}
section[data-section-id="65786538301caa326ce2e675"]
.gallery-grid-wrapper {
display:flex !important;
animation: slideshow 35s linear infinite
}
section[data-section-id="65786538301caa326ce2e675"]
.gallery-grid-wrapper .gallery-grid-item {
min-width: 12%;
margin-right: 3%
}
@keyframes slideshow {
0% { left: 0; }
100% { left: -405%; }
}