Shopify themes, liquid, logos, and UX
Hello , I would like to remove all the white space boarders in the circled places. I also want the 3 featured products to stretch to reach the image banner width. I want the images to bleed into each other, to replicate like this website design:
Can you give me step by step instructions on how to do this? I am using DAWN theme is there a better/different theme I should be using?
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @crobinsonrauch ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file:
#shopify-section-template--14441365995556__featured_collection .collection {
padding: 0 !important;
}
#shopify-section-template--14441365995556__featured_collection .grid {
column-gap: 0 !important;
row-gap: 0 !important;
margin: 0 !important;
}
@media (min-width: 990px) {
#shopify-section-template--14441365995556__featured_collection .grid .grid__item {
width: calc(100% / 3) !important;
max-width: calc(100% / 3) !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi @crobinsonrauch ,
Can you share a link to your site?
The site is password protected. Can you share the password to enter the site?
JStrongwater123
From what I can see, it looks like that 2nd grid of 3 images is no longer there anymore.
This is an accepted solution.
Hi @crobinsonrauch ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file:
#shopify-section-template--14441365995556__featured_collection .collection {
padding: 0 !important;
}
#shopify-section-template--14441365995556__featured_collection .grid {
column-gap: 0 !important;
row-gap: 0 !important;
margin: 0 !important;
}
@media (min-width: 990px) {
#shopify-section-template--14441365995556__featured_collection .grid .grid__item {
width: calc(100% / 3) !important;
max-width: calc(100% / 3) !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024