Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #355237

    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.

    #355356

    Hi,

    Try with this:

    .title_container{
    background-size: contain;
    }

    If that doesn’t work please post a link to your website.

    Regards,
    Josue

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