How to adjust blog image width to match page size in Dawn theme?

Hiya,

Can anyone help me change it so the blog image is the same width as the rest of the page?

image inserted for context - margins either side of image need removing.

Thankyou!!

1 Like

Hello,

to change width of article image to full width you have to
1. Go to Online StoreThemes. Click Customize on current Dawn theme.

2. In the top choose Blog posts → Default blog post*. Then select blog post section in the left.

*Note: if you’re using different template for blog posts choose that template.

3. Copy and paste this code into Custom CSS field:

.article-template__hero-container {
max-width: unset;
}

Save changes and article image will be full width!

Hi @Dulciedreams

This is David at SalesHunterThemes.
To fix the problem,

Follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

.article-template__hero-container {
max-width: 100%!Important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team