i was hoping to get help with some scaling issues i’ve been having with the galleria theme. the logo list doesn’t scale to mobile and is a bit smaller on the desktop than i would like.
can try this code
- Go to Online Store->Theme->Edit code
- Asset->/styles.css ->paste below code at the bottom of the file.
@media (min-width: 768px) {
.gallery-item-img {background-size: 240px;}
}
thank you but im trying to fix my logo slider not the gallery images beneath them.