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
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
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
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.
My site link. Thank you
@media only screen and (max-width: 600px) {
.logo-bar__item {
display: inline-block;
vertical-align: middle;
max-width: 160px;
margin: 0 1px 29px !important;
}
}
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.