Hello,
Does anyone have code to center the Footer social icons & Subscribe box on mobile and desktop for the Dawn theme.
I would like the social icons to to be first with the Subscribe box below it on desktop and mobile.
url: preacha.com
Thank you
Hello,
Does anyone have code to center the Footer social icons & Subscribe box on mobile and desktop for the Dawn theme.
I would like the social icons to to be first with the Subscribe box below it on desktop and mobile.
url: preacha.com
Thank you
Hello There,
.footer__content-top .footer-block--newsletter .footer-block__newsletter {
width: 100%;
text-align: center;
order: 2;
}
.footer__content-top .footer-block--newsletter {
display: flex;
flex-wrap: wrap;
}
.footer__content-top .footer-block--newsletter .footer-block__newsletter form#ContactFooter {
justify-content: center;
margin: auto;
}
.footer__content-top .footer-block--newsletter ul.footer__list-social {
justify-content: center;
}
Thank you for the reply but I don’t have “theme.scss.css” in the Dawn theme.
Can you double check that for me please.
Hello There,
.footer__content-top .footer-block--newsletter .footer-block__newsletter {
width: 100%;
text-align: center;
order: 2;
}
.footer__content-top .footer-block--newsletter {
display: flex;
flex-wrap: wrap;
}
.footer__content-top .footer-block--newsletter .footer-block__newsletter form#ContactFooter {
justify-content: center;
margin: auto;
}
.footer__content-top .footer-block--newsletter ul.footer__list-social {
justify-content: center;
}
Thank you!!!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
Hi,
I tried this code and it only move newsletter block. I am looking to center my social media icons only on both desktop and mobile view.
Hello @Sashaly
.footer .footer__content-top .footer__list-social {
position: absolute!important;
right: 47%;
}
@media (max-width:767px){
.footer .footer__content-top .footer__list-social{
position: initial!important;
}
}
Desktop screenshot :-
Mobile screenshot :-
Thank you so much! you are a genius!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.
Hello, thank you for your code that repositioned the logos of social networks in the center!
However, can you add a code to center the “suscribe: email” section in the middle of the page and position it above the two social network icons, on computer.
Best regards.