Quote:
Originally Posted by Chimpie
I've never messed with CSS classes before. Where specifically would I enter that?
|
is it on a html page you can do this between
HTML Code:
</head>
<style>
.spacer {
padding-right: 25px;
padding-left: 25px;
}
</style>
<body>
But then its ONLY on that page,
if its on vbulletin powered page, you can in your admincp goto styles and templates
click Go on your style, and way at the botton is a box named
Additional css.
where you just enter
.spacer {
padding-right: 25px;
padding-left: 25px;
}
and save, then its availible on all vb pages. Might want to change the name
.space is common might be dublicated with a mod or something other..