Non-Responsive Header Images
-
https://buildings.techmatemn.com/capabilities
I have responsive header images due to the global css max-width:100%
How can I override this for the gch-header images? I have applied min-height:400px to force the height to 400, but can’t figure out what to do with the width. If I remove the max-width:100% I get horizontal scrolling due to the size/width of the header image(2000px). (Note:I do not have responsive header images in firefox, but get the horizontal scrolling?) My goal is to have non-responsive header images, no horizontal scrolling, and overflow hidden.Thoughts!? Thanks.
.page .gch-header img { min-height:400px; }
.page .gch-header { position: absolute; top: 0; z-index: -1; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Non-Responsive Header Images’ is closed to new replies.