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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
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.
#wrapperand#header-wrapperare 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