How can I reposition my footer's newsletter section to the right?

Can someone help me please?

I want my newsletter section to be on the very right side of my footer.

How do I do this? Here is my URL: https://050086.myshopify.com/

Hi @jinuralite

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.footer__block.footer__block–newsletter {

display: flex !important;

flex-direction: row-reverse;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

That worked perfectly. Thank you

You are welcome @jinuralite :blush: