Hi guys!
-
How do I move my newsletter/email subscription to the right and towards the top? The Stay Connected part is towards the right, but I cannot move the subscription box

-
Also, how do I reduce the height of my entire footer section?
Hi guys!
How do I move my newsletter/email subscription to the right and towards the top? The Stay Connected part is towards the right, but I cannot move the subscription box ![]()
Also, how do I reduce the height of my entire footer section?
Please share your site URL,
I will check out the issue and provide you a solution here.
@infoatcodelab7 here you go!
your site is password protected
@infoatcodelab7
just private messaged you with the password ![]()
okay
Please add this CSS to your theme
.footer-block--newsletter{
justify-content: flex-end;
margin-top: -147px;
}
.footer-block--newsletter>*{
flex: unset;
}
@media (max-width:576px){
.footer-block--newsletter{
justify-content: flex-start !important;
margin-top: 0px !important;
}
}
Thanks!
@infoatcodelab7 which section should I add it to?
@infoatcodelab7 thank you!! it works ![]()
Hi, I too am looking for the same help however, this doesnโt move my social media icons underneath - can I get some help please?