Shopify themes, liquid, logos, and UX
I'm using the latest version of the Dawn theme. How can I keep my email signup box centered in my footer and get my social media icons to be centered below it? The default is to have the email signup box be all the way to the left and the social media buttons to be all the way to the right. This default setup leaves a lot of dead space between the two and it makes the webpage look poorly made. Here is a screenshot of what it currently looks like:
And here is roughly what I want (blue arrows pointing to where I want the social media icons to go:
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello @GilbertL , below screenshot added, follow this process to get your desired result.
I'm having a hard time finding where to place the code. Can you tell me exactly which line to replace or where to add code? thepinenutstand.com
Thanks
This is an accepted solution.
Hello @GilbertL , below screenshot added, follow this process to get your desired result.
I tried doing this and it didn't change anything
As a beginner this was extremely difficult for me to figure out how to do. However, after spending several nerve wracking hours of reading and rereading the code in the screenshots I was able to implement the code into my website and it turned out beautifully. Thank you!
Hello @GilbertL
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->section-footer.css
add this code at the end of the file and save.
@media screen and (min-width: 750px) {
.footer-block__newsletter:not(:only-child) {
text-align: center !important;
}
.footer-block__newsletter:not(:only-child) .footer__newsletter {
justify-content: center;
margin: auto;
}
.list-payment {
padding-right: 9rem !important;
}
.footer__payment {
margin-top: -9.5rem !important;
}
.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
text-align: left;
padding-left: 11rem !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This looks like a solution to move over the subscription box to a more centered location. But it doesn't move the social media icons underneath the email subscription box like I wanted.
I like the way this looks, however, I tried every way possible to add it to my code and it doesn't seem to change my website at all. Can you send me a screenshot of what the code is supposed to look like with the other code and where it is supposed to be placed?
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024