Hello! this is my shop:
https://2fec80-3.myshopify.com/
I want to make the logos in the logo list section of myShopify store appear bigger and have more spaced distribution on desktop view,
Hello! this is my shop:
https://2fec80-3.myshopify.com/
I want to make the logos in the logo list section of myShopify store appear bigger and have more spaced distribution on desktop view,
Hello @jen0495
Thank you for reaching out to the Shopify community.
Here are the steps to have equal space distribution between logos:
Navigate to the theme editor Online Store → Themes → Edit Code.
Search for the asset named as section-logo-list.css, open the file and search for the below code:
@media screen and (min-width: 750px){
.logo-bar {
gap: 3rem;
}
}
Replace it with:
@media screen and (min-width: 750px){
.logo-bar {
gap: 3rem;
justify-content: space-between;
}
}
Save the changes and please have a check once. Let me know if this was helpful.
Thanks.
Hi @jen0495
Follow these Steps:
Hello @jen0495
Its Artzen Technologies! We will be happy to help you today.
like this :–
Let me know if need further assistance
Regards,
Artzen Technologies
Hi @jen0495
Im not sure if this is what you mean, if it is try this one.
header.header.header--center-split.page-width.header--has-menu.section-header-padding {
height: 200px;
gap: 10px;
}
span.label {
font-size: 20px;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!