Issue adding top padding to footer

Solved

Issue adding top padding to footer

nexgengadgets
Tourist
9 0 2

Hey guys so I've been trying to add a little more top padding for my footer so that it doesn't look so squished, but when I adjust the top padding in the general sections settings of my store it will just add a white section above my footer instead of bringing the black part up. Does anybody know how I could go about fixing this? 

 

Website: www.nexgengadgetsus.com

Accepted Solution (1)

devcoders
Shopify Partner
1541 182 475

This is an accepted solution.

Hello @nexgengadgets 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.footer__content-top .grid {
padding-top: 30px;
}

devcoders_0-1736531382054.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 2 (2)

devcoders
Shopify Partner
1541 182 475

This is an accepted solution.

Hello @nexgengadgets 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.footer__content-top .grid {
padding-top: 30px;
}

devcoders_0-1736531382054.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
devcoders
Shopify Partner
1541 182 475

Hello @nexgengadgets 

 

You're very welcome! I'm thrilled to hear that you're pleased with the outcome. Don't hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!