Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #818484

    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/

    #818499

    Hey ckwellington,
    Can you provide a screenshot of what you see, here is what I see:
    postimage

    Best regards,
    Mike

    #818909

    Below is a screenshot.

    #818956

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.