PDA

View Full Version : Real dumb question


khaos44
06-30-2011, 01:47 AM
Hey guys, little bit new too vbulletin but I am wondering how do I put a logo above or below the vbulletin bit at the top of the page XD

TheLastSuperman
06-30-2011, 02:54 AM
Not a dumb question at all, you just need to know how to do it for the first time eh? :cool:

Scroll down to the part under "Header" and look for the logo info, I provide two ways to change it ;).
https://vborg.vbsupport.ru/showthread.php?t=256370

khaos44
06-30-2011, 03:57 AM
Ok little big confused, and thats mainly about putting a logo above the top links..

setishock
06-30-2011, 04:00 AM
There are no dumb questions grasshopper. Only ones that don't get asked...

The top links can be moved by putting this code in additional css and editing the position numbers.

.toplinks {
position:absolute;
{vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
right: 335px !important; /* changed by andy added */
top:225px;
color:{vb:stylevar toplinks_link_color};
font: {vb:stylevar header_font};
text-align:{vb:stylevar right};
border: 2px solid #00ffff;
}


I added the border statement to go with my neon green theme. You can change the values to suit you or just remove it.

borbole
06-30-2011, 12:46 PM
Can you post a screenshot with the exact position of where and how you want to add the logo?