Archived topic
Full Width Featured Image on Home Page
4 replies · Started by Wayde on June 23, 2020
I would like to place a full-width image at the top of my home page, but the content should remain less than full width
I've looked several entries in the forum, but they all seem geared towards the header module that pre-dated the entries module.
I've tried to use the entry module and the Hero option, but the amount of the image shown seems to depend on screen size (decreasing width of screen increases height of image, and increasing screen width decreases image height). I would like the amount of the image being displayed to remain constant regardless of screen size
I've tried using the featured image option, but can't get it to go full width
Thanks
Hi there,
You can use this CSS to make the featured image container full width:
.page-header-image.grid-container {
max-width: 100%;
}
But you will need to upload a bigger picture to make it full width. Something with width of 2000px.
Thanks!!
Thanks
No problem :)