Add space between header and section - Origin

Hi there,

I want to add some more space between the contact section and the header. The option in the editor is not giving me enough space to work with. Is it possible to add a bit more? Thanks so much!

website

password: skoffi

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.section-template--19982917402910__contact-form-padding {
padding-top: 150px;
}

Hey @INFRA

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thank you! This worked perfectly :slightly_smiling_face:

on the blog article page do you know if it’s possible to change the top text to “back to projects” (instead of blog)? Thank you :slightly_smiling_face: