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!
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 ,
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 ![]()