The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
center and fix the "top links" &...
Hello, I've two questions i would love to get some help to fix.
1. the toplink section (log in, help, register) is "floating out","moves" when you change size on the webbrowser. How can i make it fixed to stay above my banner only? 2. I've my forumname abit above where my board is. Under it, it says "welcome to the 123forum" I can't remember how and where i wrote this. How can i remove it? I attached a picture so you easier understand what i ment Attachment 131701 Thank you very much! |
#2
|
||||
|
||||
1. Try adding in additional.css:
HTML Code:
.toplinks {position: fixed; top: xxpx; left: xxpx;} 2. You'll have to remove that from the FORUMHOME template. |
Благодарность от: | ||
mrdiger |
#3
|
|||
|
|||
#2 Park this in your additional.css
Code:
#pagetitle {display: none;} /* Forum name on left side */ #welcomemessage {display: none;} /* Welcome to the (forum name) */ |
Благодарность от: | ||
mrdiger |
#4
|
|||
|
|||
Thank you both very much!
Worked perfectly fine to remove the pagenamn. Still having problem getting the toplinks right! i PMed you, Lynne, with the site url so if you have time later u can help me find out correct numbers Thanks |
#5
|
|||
|
|||
Try this:
Code:
.toplinks { position:absolute; {vb:stylevar right}:{vb:math {vb:stylevar padding}*2}; right: 400px !important; /* changed by andy added */ top:350px; color:{vb:stylevar toplinks_link_color}; font: {vb:stylevar header_font}; text-align:{vb:stylevar right}; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|