In my ClothingStore Soulsideshop.com the LogoList is displayed on Mobile with only 2 Logos in a Row.
The section is the logo-section and i need a custom liquid to display it properly. When you scroll down on the Page below the Daily Deals you find the Logo Section im talking off.
I would like to have always 3 Logos instead of two (on Mobile). On Desktops and Tablets and bigger Phone it works well. And it should please look like this
Thanks so much.
Best regards Constantin
1 Like
Hi @adminsoulside
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media screen and (max-width: 401px){
.gridlock .row .mobile-1 {
width: 30.25%;
}
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like