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?
Thank you and kind regards!
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?
Thank you and kind regards!
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?
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;
}