PDA

View Full Version : A few styling questions


Xarwin
01-27-2011, 04:16 PM
Hey all.

Since short I moved over to Vbulletin, trying to find my way however I bumped my head a lot since I tried to code a custom style.

I'm having trouble getting the whole content into one div, any chances on how doing this?

Thanks in advance.

DataHero
01-28-2011, 11:55 AM
The whole content from the top to bottom, basically forming the page wrap? If so, add the following to the header template, first line:


<div id="wrapper">


And in your footer template, at the end:


</div><!-- //wrapper -->


Then add some CSS as additional CSS using said selector.

Xarwin
01-29-2011, 11:25 PM
Yeah I figured out that the body.css also took care of the same.
Stupid of me, but the coding is more different then my previous board.

Thanks for the help though :).