Hello again,
How can I add CSS to make one image to be full-width?
I added custom component to top of the page, it’s standard image (5K resolution) and no matter what CSS I use, there seems to be some automatic padding added that keeps it from being full-width.
Current CSS
.headerhero {
display: inline;
margin: 0;
width: 100%;
padding: 0;
}