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!!
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!!
Hello,
to change width of article image to full width you have to
1. Go to Online Store → Themes. 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!
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