Want to make header and footer CMS driven sothat Editors can modify its content from wordpress admin section

You can create pages header and footer.

In your header.php and footer.php, you just need to call the fields using the ID of the page you created. Check the documentation

If you need to make that editing, available in the fron-end, you can use acf_form. Check the documentation