Hi there!
This can be changed with a little bit of CSS code.
Go into your site’s admin Dashboard and select Customize → CSS. In the CSS textbox on the left, add the following code:
.front-page-block:not(.portfolio) {
margin: 0;
width: 100%;
}
.front-page-block:not(.portfolio) .entry-content img {
max-width: 100%;
width: 100%;
margin: 0 auto;
}
Select “Publish” from the top, and your changes will be applied to your site.
If you have any further questions, please let us know and we’ll be happy to help. :)
-
This reply was modified 4 years, 7 months ago by
Kathryn P..
-
This reply was modified 4 years, 7 months ago by
Senff.