How can I reposition my email newsletter sign-up box?

Hi @KieranC ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.newsletter-section {
    padding-top: 0 !important;
}

.newsletter-section .section-header {
    margin-bottom: 20px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.