Shopify themes, liquid, logos, and UX
Hi!
I would like to remove the side padding from the promotional grid.
Hope someone can assist.
Best,
Els
Please, clarify which padding you like to remove? As I see only the announcement bar, header and image banner. Please, share your store URL also. Thanks!
My Excuse! Please see the red arrows. The left and right side (2 px white space) should be removed. The grid should have the full wide with only 2 px space in the middle.
https://la-gentile.com/
Got it, try this one.
.flex-grid__item--advanced_Fg4XQg .promo-grid__container {
justify-content: flex-start !important;
}
.flex-grid__item--advanced_hCntFP .promo-grid__container {
justify-content: flex-end !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
It's not working unfortunately.. Please see screen shots attached.
Add this css to your css file!
[data-section-type="promo-grid"] .flex-grid__item,
[data-section-type="promo-grid"] .flex-grid{
padding: 0 !important;
}
Result:
PLease, take a look again on your sreen shot. The titles/text you like to align in the edge left and right?
This what I see on my end. The code works.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi,
No the titles/text should be aligned in the middle not on the left and right.
How can I fix this?
I just want the white space (padding) removed on the left and right side of the promotional grid..
Hello @lagentilestore
Share your site url and password it site is protected.
Please mark area of the padding that you want to remove
I hope you are well. You can follow our instructions below:1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
.promo-grid > div > div {
padding: 0 !important;
}
{% endstyle %}
Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025