Home › Forums › Support › Header issue › Reply To: Header issue
October 20, 2015 at 3:52 pm
#146104
Lead Developer
Lead Developer
Ah, you’re using just a static image – so the settings in the “Content” tab don’t apply.
Those settings only apply if you add content.
To force the static image to be full width, add this CSS:
.page-header-image-single.grid-container {
max-width: 100%;
}
.page-header-image-single img {
width: 100%;
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development