hey so i need to get rid of the padding in a certain section on the main page of my website ,its the image and text section and ive tried searching up a bunch of stuff and tried fixing it but im not good enough at coding , can someone please help website is https://nbacartel.myshopify.com/ not thes same name as website cus i havent changed it yet, but its the section if you scroll down a bit under the black section , itll have white padding on the sides.
thanks
no password on website
Hello @elliotmoore
This is GemPages - A powerful Page Builder.
I would like to give you some recommendations to support you
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your image-with-text.liquid theme file add the code:
theme's code...
and remove the class name : “page-width”
pls take a look at the screenshot below :
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages
1 Like
Hello @elliotmoore
This is GemPages - A powerful Page Builder.
I would like to give you some recommendations to support you
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your image-with-text.liquid theme file add the code:
theme's code...
and remove the class name : “page-width”
pls take a look at the screenshot below :
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages
1 Like
Hi @ Elliotmoore
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset->base.css paste the below code at the bottom of the file.
.image-with-text.page-width{
padding-left:0 !important;
padding-right:0 !important
}
Hope my solution works perfectly for you!
Best regards,
PageFly
Thank you !! it worked I appreciate it very much , thanks for the help
Hi @elliotmoore ,
I am so glad that my recommendation can help
.