Shopify themes, liquid, logos, and UX
Hi!
Can someone help me with removing the side padding from the promotion grid on my home page? There should be some spacing in between each image but not at the sides. I did mark 'full page width'. See print screen.
Hope someone can help me out!
Solved! Go to the solution
This is an accepted solution.
Replace on this code. Same Instruction.
.flex-grid__item--advanced_XWNqEq.type-advanced {
padding-left: 0 !important;
}
.flex-grid--template--23623613415757__promo_grid_WejeYc {
padding-right: 0 !important;
}
@media only screen and (max-width: 749px){
.flex-grid__item--advanced_dE7Cwc.type-advanced {
padding-left: 0 !important;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.flex-grid--template--23623613415757__promo_grid_WejeYc .flex-grid__item {
padding-left: 0 !important;
}
.flex-grid--template--23623613415757__promo_grid_WejeYc {
padding-right: 0 !important;
}
@media only screen and (max-width: 749px){
.flex-grid--template--23623613415757__promo_grid_WejeYc .flex-grid__item {
padding-top: 0 !important;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you but now the space in between the picture is gone as well.. It should only remove the side space (see red circles)
This is an accepted solution.
Replace on this code. Same Instruction.
.flex-grid__item--advanced_XWNqEq.type-advanced {
padding-left: 0 !important;
}
.flex-grid--template--23623613415757__promo_grid_WejeYc {
padding-right: 0 !important;
}
@media only screen and (max-width: 749px){
.flex-grid__item--advanced_dE7Cwc.type-advanced {
padding-left: 0 !important;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This worked! Many thanks!
Welcome! Would you mind hitting 'like' as well? Thanks!
This is Amelia from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.flex-grid__item.flex-grid__item--50.type-advanced {
padding-left: 0 !important;
}
.flex-grid.flex-grid--gutters.flex-grid--template--23623613415757__promo_grid_WejeYc {
margin-left: 0 !important;
padding: 0 !important;
}
Hope that my solution works for you.
Best regards,
Amelia | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024