Responsive Header image
-
Still having some difficulty getting the Header image to be FULLY responsive, on both mobile and desktop situations.
I could set the CSS width to 100% but all I get is a distortion of the image horizontally only. Is there a way to make the entire image respond equally?.header-bg {
height: 260px;
padding: 0 0;
background-size: 100% 100%
}I tried this too, to no avail;
.header-bg {
height: 100%;
padding: 0 0;
background-size: 100% 100%
}The logo option works fine, and is responsive, but I need to have varying header images per page, so the only option there is using Header images, not logo images.
Any advice is very much appreciated!
The topic ‘Responsive Header image’ is closed to new replies.
