Header background image that is full width
-
First of all thank you very much for all this work. All you people make me believe in humanity more.
My problem. I´m trying to put an image as a header background that is full width. I´m using a child theme that is working. and I´m working locally
I read previous threads and searched on the internet but maybe I´m a bit too stupid.I´m not using the theme option for this. I´m editing the CSS file like this:
#header {
background: url(“https://unsplash.imgix.net/uploads/14131528928453585b6dc/829d24cf?q=75&fm=jpg&s=eaf9f7f2b07eabc753b9ea3c7c65b2d7”);
position: relative;
padding-bottom: 60px; }and it is working well. but once I try to do it locally with an image located in the /img folder than it doens´t work.
I do like this:
#header {
background: url(“img/header.png”);
position: relative;
padding-bottom: 60px; }Did I do something wrong? And thank you for your attention.
peace
The topic ‘Header background image that is full width’ is closed to new replies.
