Moving the newsletter section to the right side of my footer

Hi guys!

  1. 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 :disappointed_face:

  2. Also, how do I reduce the height of my entire footer section?

@capellalla ,

Please share your site URL,
I will check out the issue and provide you a solution here.

@infoatcodelab7 here you go!

http://proof-designs.com/

@capellalla ,

your site is password protected

@infoatcodelab7
just private messaged you with the password :slightly_smiling_face:

@capellalla ,

okay

@capellalla ,

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?

@capellalla

Assets > section-footer.css

Thanks!

@infoatcodelab7 thank you!! it works :slightly_smiling_face:

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?