test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • TomC Moderator
    #500651

    Can you provide the url of the site you’re working on – so we can take a look?

    micker Friend
    #500718

    you can see it here
    http://legribouillard.com/newgribou/
    regards

    Ninja Lead Moderator
    #500738

    You can try to change it as my suggestion below

    Open templates/t3_blank/css/custom.css file

    From


    .container.t3-header {
    background-image: url("../images/banniere.jpg") !important;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    }

    change to


    .container.t3-header {
    background: url("../images/banniere.jpg") right !important;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    }

    micker Friend
    #500758

    its better but logo and search are in right position …
    if i kill width 100% it’s good for position but background image doesn’t repeat in full width
    other idea ?
    thanks

    Ninja Lead Moderator
    #500828

    Because width in header:1196px that’s reason why it doesn’t run show full if you kill width: 100% in css style.

    micker Friend
    #500851

    any solution ?

    micker Friend
    #500854

    i found a solution in block header

    <div class="background">
    <header id="t3-header" class="container t3-header">

    and in custom.css

    .background {
    background: url("../images/banniere.jpg") right !important;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    }

    thats ok for you ?

    Ninja Lead Moderator
    #501242

    I saw that you removed t3-header in JA T3 Blank Template and i didn’t see it work with your above solution.

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 3 months ago.

The topic ‘put in background image in header’ is closed to new replies.