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!
Hello @lagentilestore
Share your site url and password it site is protected.
Please mark area of the padding that you want to remove
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.
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!
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 tag and add the following code above 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
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..