PDA

View Full Version : How to move the Right Column?


Collectors
01-22-2009, 08:16 AM
I've just edited the header and footer with this customization:

How To Add A Left Or Right Column: http://www.vbulletin.com/forum/showthread.php?t=156775

I've put an image in the right column and now I want to move this right column (image) +/- 20px to the left so that it looks nicer (see attachment). How can I do that?

SEOvB
01-22-2009, 08:35 AM
In your footer try changing

td width="150" valign="top" class="page" style="padding: $stylevar[cellpadding]px;">


To

td width="150" valign="top" class="page" style="padding: XXXXXpx;">


Replace the XXXX with a numober

Collectors
01-22-2009, 09:18 AM
Thanks, that solved one of my problems. The banner is now aligned with my header but the gap between the image and forum is now bigger. See attachment.

SEOvB
01-22-2009, 11:16 AM
style="padding: XXXXXpx;">

to

style="padding-right: XXXXXpx;">

Maybe

If not, I'll look at it more after class today to get the fix

Collectors
01-25-2009, 07:22 PM
Thanks FRDS, it works!