Increase the distance in the footer section

Increase the distance in the footer section

ekrembcc
Excursionist
56 0 14

Hey guys,

 

as you can see in the picture below, the distance between the sections in the footer is too low so I want to increase it. How can I do that?

 

Screenshot 2024-10-20 152753.png

 

Thank you and kind regards!

Replies 3 (3)

devcoders
Shopify Partner
403 61 97

Hello @ekrembcc 

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com.
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
ekrembcc
Excursionist
56 0 14

Sure!

www.auracar.de

password: paoguy

devcoders
Shopify Partner
403 61 97

Hello @ekrembcc 

 

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 {
gap: 10rem;
}

 

devcoders_0-1729432913499.png

 

 

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