How can I left align my newsletter form email field

Solved

How can I left align my newsletter form email field

Davidn
Visitor
3 0 1

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

 

Davidn_0-1738610505463.png

 

Accepted Solution (1)

CodingFifty
Shopify Partner
590 89 110

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;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Reply 1 (1)

CodingFifty
Shopify Partner
590 89 110

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;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com