All things Shopify and commerce
I'm trying to left align the email field on my newsletter form that's in the footer, but i dont know how.
this is my website: gigglefabric.com
Solved! Go to the solution
This is an accepted solution.
Hi @Davidn,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
form#ContactFooter {
margin: 0px !important;
}
This is an accepted solution.
Hi @Davidn,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
form#ContactFooter {
margin: 0px !important;
}
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025