Hi i am using this code
<div class="narrow title-centered">
When i add a background image it will be centered.
But i want the text centered and the background image full wide.
Can anyone help me out?
tristanfait wrote:Hi i am using this code
<div class="narrow title-centered">
When i add a background image it will be centered.
But i want the text centered and the background image full wide.
Can anyone help me out?
.page-id-265 .box.narrow {
max-width: none;
}
.page-id-265 .box.narrow .content {
max-width: 680px;
margin: 0 auto;
}