Hi,
1. Yes, it is right way
2. You can change the layout to 2 columns on Claue Options / Blogs / Columns
If you want to keep 3 columns, you can adjust the width of content with this custom CSS code
.blog #jas-content > .jas-container { max-width: 1600px; }
– Foster