sisaul
February 2, 2022, 6:30pm
1
Hello,
I would like to edit the footer section of my page. Currently the newsletter is just below everything else, but I would like to place it in the rightmost column of the footer (basically adds another column to the row that is already there). If it is possible, I would also like to have the social media quick links below the newsletter.
How to achieve it?
Thank You in advance!
1 Like
@sisaul
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.
sisaul
February 3, 2022, 5:33am
3
sisaul
February 6, 2022, 1:13pm
4
HI @KetanKumar ,
Can you please help me out regarding this issue?
Thank you in advance.
1 Like
@sisaul
yes it can be done customization
sisaul
February 6, 2022, 2:26pm
6
Hello @KetanKumar ,
Can you please guide me through the steps?
I also sent you an invitation to the store.
Thank you in advance!
1 Like
@sisaul
yes its change backend code current footer code i will check and let you know
sisaul
February 7, 2022, 4:43pm
8
Hello @KetanKumar
Thank you so much for looking into it.
1 Like
sisaul
February 9, 2022, 3:27pm
10
Hello @KetanKumar ,
Have you had time to look into it?
1 Like
@sisaul
yes i have try this simpler my demo store first but doesn’t look good as per AB Testing may center look at all
sisaul
February 10, 2022, 8:10am
12
Hi @KetanKumar ,
Does it mean it can’t be done?
@sisaul
yes, i mean i have suggestions about new look!
sisaul
February 10, 2022, 8:38am
14
Hi @KetanKumar ,
I would be very interested in what you have in mind.
Could you please show me?
1 Like
sisaul
February 10, 2022, 9:46am
16
Hello @KetanKumar ,
I added you in Skype, maybe we can discuss it there?
1 Like
@sisaul
Please add this CSS to your css File
.footer__content-top.page-width {
display: flex !important;
}
.footer-block--newsletter {
display: block !important;
}
.footer-block--newsletter {
margin-top:0 !important;
}
@media (max-width:991px){
.footer__content-top.page-width {
flex-wrap:wrap !important;
}
}
Thanks!
sisaul
February 10, 2022, 6:58pm
18
Hello @infoatcodelab7 ,
It did the job, thanks a lot!
Although the sections aren’t spread out evenly.
Is it possible to shift everything more left and make the newsletter section larger in width as well?
Thank you in advance!
@sisaul
Please add this CSS to your file
I hope this is useful for for your Problem
@media (min-width:991px){
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
flex-basis: 80% !important;
}
.footer-block.grid__item {
padding-left: 0 !important;
}
}
Thanks!
sisaul
February 11, 2022, 6:42am
20
Hey @infoatcodelab7 ,
It actually made it look like I wanted it to!
Thank you so much!