Quantcast
Channel: Discussions - T3 - Joomla Template Framework
Viewing all articles
Browse latest Browse all 3483

put image in header

$
0
0
hello i want to put a background image in header in full width
i try this in custom.css
.container.t3-header {
background-image: url("../images/banniere.jpg") !important;
}
but it only in width site
how to use full width ?
when i use
.container.t3-header {
background-image: url("../images/banniere.jpg") !important;
width:100%;
margin-left: auto;
margin-right: auto;
}
the header is align to right ... not center
thanks for any help

Viewing all articles
Browse latest Browse all 3483

Trending Articles