I need assistance with creating a custom JS snippet for inserting an image header that extends the whole width of the page (like RedHat: https://status.redhat.com/\). I'm not sure the code snippet to use for inserting an image (plus where do I store the image? etc)
1. Upload image into Page Layout > Cover page
1. Insert this snippet into the Custom CSS window of the Customization page:
.layout-content.status .masthead-container.premium {
max-width: none;
}
3. Adjust image as needed and reupload so that it fits accordingly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.