Debut - Logo list Mobile ( Scroll/Flex Display)

Has anyone successfully edited Debut’s logo list to be scrollable? Or flex display to have 2-3 columns on mobile view?

Current Mobile View

What I’m trying to achieve with 2 columns

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

1 Like

@j1419

Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

And for that you need a developer for that.

1 Like

My site link. Thank you

1 Like
@media only screen and (max-width: 600px) {
.logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    margin: 0 1px 29px !important;
}
}

@j1419

Add this code in the bottom of the theme.css or theme.scss file

@Zworthkey I added the code to my theme.css file, but nothing happened. It only wants to take the changes when I make them to the larger media screen sizes (min-width:750px). When I input any css for smaller screen devices it doesn’t change.