I believe he wanted the Posts page to be the Home page, and the 2 coulmn setting (or at least the margin) removed. I’m also having this issue.
Is there a snippet within index.php that could be edited to achieve this?
Finally, with the Home page image, and subsequent Featured Images within Pages, I would like to use the size attributed to Featured Images for the Home page, and just have 1 image consistently throughout. Thinking this snippet within header.php will have some effect:
<?php get_template_part( 'template-parts/header/header', 'image' ); ?>
Thank you.