I am trying to make my background image in the title bar full width but have been unsuccessful. Ref. http://ustriminc.com/wg/tesla-glasses/
Below is a screenshot.
Hi ckwellington,
You need to add one more line to that title definition, so it should be :
.title_container {
background-image: url(//ustriminc.com/wg/wp-content/uploads/2017/07/title-bar-bkgrd.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
If you need further assistance please let us know.
Best regards,
Victoria