984488
April 27, 2022, 9:48am
1
Hi, I would like to make the following adjustments to the footer please.
1 - put the newsletter email form at the top of the footer
2 - Align the info menu to the left of the footer for desktop view
3 - increase the font size of the copyright (© 2022, tandoormaster) to 12
Go to your theme editor and on the section area, click add section. You will see Newsletter option (but note that this depends on your store theme)
And from the footer menu option unmark the newsletter option
984488
April 27, 2022, 10:01am
3
hi i still need it in the footer though as needs to be there on all pages.
Please share the store URL.
@984488
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
984488
April 27, 2022, 11:05am
6
Hi, url is tandoormaster.com
password - TandoorMaster
Hey!
To increase the size of the bottom text add the below CSS in section-footer.css theme file at the bottom:
.footer__copyright.caption {
font-size: 16px !important;
}
To left-align INFO add the below CSS:
.footer-block:only-child:last-child {
text-align: left !important;
margin: 0 !important;
}
To move the newsletter box to top you need to move the ‘footer-block–newsletter’ div above ‘footer__blocks-wrapper grid grid–1-col grid–2-col grid–4-col-tablet’ in footer.liquid theme file
Please refer to this screenshot:
@984488
yes, please try this code
small.copyright__content {
font-size: 16px;
}
can you please check footer theme setting
984488
April 27, 2022, 11:54am
9
Thank you very much, it works really well!
I like this solution better than editing the footer section template. Thanks! It was much easier for me and won’t be affected by updates.
That’s much better than trying to customize the newsletter inside of the footer section.