How can I remove the white border on a minimal theme?

Hi! I need help removing the white border around my header and footer. I want the header and footer to be full width color.

My website is www.simplydesignedbytracy.com

TIA!

Hello @simplydbtracy ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid-> paste bellow code in bottom of file
body{
padding: 0 !important; 
}

Or try to search and remove this code from same file

body{padding:12px}

Thanks

Thank you very much!!! That totally worked :slightly_smiling_face: