Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am tweaking a custom template at the moment and I 've gotten it to pretty much how I want it, save for a wrapper I need in the center covering all content/body. I 've looked online for tutorials,and all suggest to play with the code #header-wrapper or #wrapper etc. In my html there is no word "wrapper". What can I do to fix it?

share|improve this question
#wrapper and #header-wrapper are just IDs referring to elements in HTML. They are just names... you can make an element and give it whatever ID you want and use CSS to style it however you want. I don't understand the question here. – sachleen Nov 2 '12 at 4:02
can u post your code or demo here :- www.tinkerbin.com – Shailender Arora Nov 2 '12 at 4:32
Post your code or share it in jsfiddle.com – Sandeep Pattanaik Nov 2 '12 at 9:42

closed as not a real question by casperOne Nov 2 '12 at 14:02

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.