Uneven gaps in footer on mobile with new newsletter sign up form

Hey Shopify Friends,

I added a new newsletter signup form to my footer but somehow the gaps are not even. I learned a lot of CSS lately but I can’t seem to make it work.

Simply said: Gap 2 needs to be just as big as gap 1, but only on mobile!

Can someone help me with this?

1 Like

hello @MDKSocks

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media screen and (max-width: 768px) {
 .site-footer .grid .box.box-3 .contact-form .input-row{
     margin-bottom: 25px;
 }
 }
1 Like

Wow that was a quick response!! If only I saw it sooner haha!

Thank you very much!!!

1 Like