Hi! I’m using full width header and need to set a background (like the one I use for the footer). You can check my website.
Thanks for your assistance!
I tried this custom ccs but it doesn’t fit full width.
.td-header-header{
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}
Hello ArgBursatil,
Please keep in mind that if you are using a background image to your website, the theme layout will become boxed and the header will not be in full width because this is the general theme behavior. Also, if you want to apply a background to your header, you should try the following code, like this -> https://www.screencast.com/t/fdgiRfDjmMD
If is not what you mean, you should provide your website URL so I can take a closer look at it and also, some details about what you want to achieve.
Thanks for your understanding!
Works great! My website http : // argentinabursatil . com
Thanks!
Hi Catalin! Is it possible to make the Header Background No-Resizable? (just like the footer background). I mean: if I change the size of the explorer window the footer background is always zoomed 100%. I need the same feature for the header background.
Maybe I should change the background-size: value in:
.td-banner-wrap-full{
background-image: url(http://argentinabursatil.com/blog/wp-content/uploads/2017/08/footer-bg.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}
You can check it from my website url.
Thanks!
Hello ArgBursatil,
I have inspected your website and I saw that your header background seems to work as expected and the code used by you itțs correct. Also, if you want to have good results with this part, you should try using an HD image for better quality.
Thanks for your understanding!