Hi, does anyone know how can I move my subscribe news letter next to navigation menu?

Hi, does anyone know how can I have my Footer section like this one on the picture? And also reduce the size of Footer because right now is very large and I want to be minimal and clean

Please let me know!

my website is NERGBRND.COM

Hello @bobby19
can you share store URL?

https://nergapparel.com/

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.section-sections--21806441922840__footer-padding { padding-top: 56px !important; padding-bottom: 20px !important; } .footer__content-top { padding-bottom: 5rem; display: block; position: relative; } .footer-block__newsletter { position: absolute; right: 12%; bottom: 154px; } .footer-block__newsletter h2 { text-align: left !important; } .footer__content-top .grid { margin-bottom: 0 !important; }

nothing happened

it worked but it is not aligned with menu text and also its overlapped over menu navigation on mobile…