Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone,
I hope you're having a great day. Could you kindly send me a CSS code for which I can tweak the top and bottom padding of my footer section? Please see below for a better understanding of the matter.
Link is: https://theoutdoorarmory.com
Thank you,
Outdoor Armory
Hi,
You can adjust the top and bottom padding using this css
.shopify-section-footer > nav {
padding-top: 51px !important;
padding-bottom: 16px !important;
}
nav#shopify-section-footer {
padding-top: 20px !important;
}
nav#shopify-section-footer > div {
padding-bottom: 0 !important;
}
I hope this helps
Best,
Daisy
Try this one.
nav#shopify-section-footer {
padding-top: 20px;
}
.shopify-section-footer > nav > * {
padding-bottom: 0px !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!