The product feature section of the side is hugging the outside walls for the theme. I’d like to add a padding on the left and right side of the Product Feature Section. Can any help with this small edit? Thank you!
Hi @RoseCapital
Please share your website URL and also share screenshots that where you want to add padding?
Hi @RoseCapital ,
Thank you for getting in touch. It looks like @solverStaff has offered their assistance in the thread, but if you’re still requiring help then you can reach out to the developers of the Modular theme directly and ask them if they can provide any guidance on this. You can also look into hiring a Shopify Expert if this requires changes to the theme’s code that are unsupported by the theme developers.
Thanks for your response
url : https://single-speed-coffee-roaster.myshopify.com/
pass : cafe1948
The product feature section is currently the black baseball hat on the home page and supporting text. I would like them to be closer together and therefore smaller and not so close to the left and right wall.
Please share a screenshot for more clear understanding
#feature-item--1659378768e22a9b46-1 .feature-image {
width: calc(35% - 30px);
}
#feature-item--1659378768e22a9b46-1 .feature-text {
width: calc(35% - 30px);
}
#feature-item--1659378768e22a9b46-1 {
justify-content: center;
}
Please add that CSS code to theme.css in bottom
Incredible - thank you so much!
