How can I add more space between search bar and footer sections?

Hi,

I am building my website for my store and have come across a few design problems that need solving before I launch next month!

I was wondering if anyone could help me with adding more white space between the search bar and footer sections on my search page so that the footer is on the bottom of the screen. I will attach a screenshot below.

URL is www.hallowclothingco.ca

Pass is hallowclothing77

Thank you!

@hallowclothing

sorry are you facing this issue

Sorry you are facing this issue, it would be my pleasure to help you.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.site-footer {margin-top: 50px;}

Hi @KetanKumar ,

That added some space and will work for what I need. That also actually fixed another spacing problem I was having on my collections page which I couldn’t seem to solve, so thanks very much!