Tagged: background, container, image
Hello,
I have a streched layout webpage, but I edited the css code. With this, header is full width and the container width is 1920px. How can I set the background image out of the container? Is it possible?
Hi Danii28,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#header .container {
background-image: url(https://kriesi.at/themes/enfold/wp-content/uploads/sites/37/2013/04/room.jpg);
}
Just replace the URL with the url of the image you want to use.
Hope it helps.
Best regards,
Nikko