The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I change the size of this margin?
I just want to lower the logo a bit and can't seem to find in the CSS where to change this. Any help would be appreciated, If you could also quickly tell me how you found it that would be great as I have spent about three hours so far trying to figure it out Thanks in advance |
#2
|
|||
|
|||
It seems as there was no starting table info in your header. So i added that and on the <td> tag i added the value valign="bottom" which will tell it to align to the bottom of the table cell.
Try this: HTML Code:
<!-- logo --> <a name="top"></a> <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]"> <tr> <td valign="bottom" align="left"><a href="index.php?"><img src="http://crunktimes.com/ct/techforums/misc/crunk.png" border="0" padding-left="50px" alt="Crunk Times Forums" /></a></td> <td align="right" id="header_right_cell"> </td> </tr> </table> <!-- /logo --> |
#3
|
|||
|
|||
Thanks a bunch!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|