Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Bonjour,

    Le #header est tout ce que j’ai changé pour mettre la bannière.
    le code complet est donc : #header { border-bottom: 1px solid #dedfe0; padding-bottom:25px; padding-top:190px; background-image: url(‘url.jpg’); background-repeat:no-repeat; }

    il faut ajuster le padding-bottom et ajouter le padding-top pour que le menu soit bien placé en dessous de la bannière

    pour mettre un arrière plan de page, il faut mettre :
    body { position: relative; color: #333; background-image: url(‘url.jpg’); }

    pour garder le fond blanc derrière les posts, il faut ajouter background: #fff ; aux endroits suivants :
    – content : #content { background: #ffffff; padding-bottom: 20px; }
    – wrapper : .wrapper { padding-top: 31px; background:#ffffff; }
    – header : #header { border-bottom: 1px solid #dedfe0; padding-bottom:25px; padding-top:190px; background: #ffffff; background-image: url(‘url.jpg’); background-repeat:no-repeat; }

    j’espère avoir été claire !
    bon courage et n’hésitez pas à me redemander si besoin

    Thx very much for your quick answer!

    My header is 960×170 px and it fits perfectly.
    I’ve managed to reintroduce the menus below thé header by modifying the paddings.
    For my header size I get :
    #header { border-bottom: 1px solid #dedfe0; padding-bottom:25px; padding-top:190px; background-image: url(‘urljpg’); background-repeat:no-repeat; vertical-align:middle; }

    Here’s the result : https://lolablabla.fr/

    Hope it can be helpful to some of you!

    Hi,

    I’m using Imbalance 2 and have the same issue (getting a header)
    I’ve watched your blog and I’d like to get the same result, could you please explain what code you used ?

    thx

Viewing 3 replies - 1 through 3 (of 3 total)