Hi all,
Can I resize the width of my Inove theme? is meaning change fixed width become flexible width? Ofcourse I'll change my header image to tile the width.
Please help me. Very thanks.
Hi all,
Can I resize the width of my Inove theme? is meaning change fixed width become flexible width? Ofcourse I'll change my header image to tile the width.
Please help me. Very thanks.
hunglan, you just need to change one CSS value in your stylesheet.
Find this statement:
#container {style.css (line 160)
margin:0 auto;
width:936px;
}
And change the width like this:
#container {style.css (line 160)
margin:0 auto;
width:100%;
}
You could also just delete that rule about the width.
I find the "Offset" filter in Photoshop to be very helpful for creating tiles.
Thank Jleuze.
I'll try it.
No problem hunglan!
This topic has been closed to new replies.