Is there some quick CSS which can get a background for the title bar to contain to the width of the browser. Keept its original aspect ratio while doing so too.
I had a similar question for putting an image in the background of the footer which was solved with the following quick CSS:
#footer .container {
width: 100%;
}
I’m assuming something similar will work for the title bar/container???
Many thanks in advance.