Hi
My website: http://brandinghuset.com/
I used a gif (1900px x 820px) as a background image in jumbotron section. But the gif was not responsive in mobile devices, I put a post with this problem and your team gave me this code:
@media screen and (max-width: 1000px) {
#header .bottom-header {
padding-top: 0px;
padding-bottom: 0px;
}
#header.header-front-page {
background-size: contain !important;
}
}
Which solved the problem BUT now the different features images from pages (under “Projects”: Flyers, Brochures, Websites, …) are displaying under a general photo (attached file) and the previous photo is now located just under. (Attached file)
If I delete the Blog Archive Header Image…Appears a big space on white and the photo that I want to replace the general photo still under instead of up as I have it before! ?
My question is: How can I delete the feature image of every page (under projects) or just have the same featured image in every head image again???
Thank you so much for your help!!!