Hello. I’m having trouble:
-
removing padding above and below custom content section
-
removing the padding between custom content blocks inside the section itself
-
making custom content blocks full width (all the way to the sides of the screen)
This is the link
notfriedfoods.myshopify.com
@KetanKumar can you please help?
@mhendawy
Please share your site URL,
I will check out the issue and provide you a solution here.
@mhendawy
Welcome to the Shopify community!
Thanks for your good question.
Kindly Share proper screen shot and mark it which you want to remove.
Thank you.
I would like to remove all of this padding in red
@Zworthkey i would like to remove this padding marked in red
site url is: notfriedfoods.myshopify.com
@mhendawy ,
Please add this CSS to your css file
main#MainContent {
padding: 0 !important;
}
div#CustomImageWrapper--1-566941679830 div{
padding-top: 94.4% !important;
}
div#shopify-section-1644489743e964e6cd .page-width {
padding: 0 !important;
}
Thanks!
@infoatcodelab7 this solves the problem partially: