Need help resizing footer

Hello,

i want to make my subscribtion for newsletter a little bit larger to the sides, so there is less space at the bottom.

I want the max height to be at the red line, so the space underneath can get smaller.

Thank you

https://81e325-28.myshopify.com/
0007

1 Like
  • Here is the solution for you @radaApeta
  • Please follow these steps:

  • Then find the base.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.__seguno-newsletter-form {
     padding: 0rem !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

thank you, it worked

but is there any way to make this space smaller? More close to each other, so there is less space ? thank you

1 Like
.footer__content-bottom {
 padding-top: 0px !important;
}

You can add more code @radaApeta

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.