PDA

View Full Version : center and fix the "top links" &...


mrdiger
08-05-2011, 11:49 AM
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:)

131701


Thank you very much!

Lynne
08-05-2011, 04:11 PM
1. Try adding in additional.css:
.toplinks {position: fixed; top: xxpx; left: xxpx;}

Of course, change xxpx to the correct numbers. If that doesn't work, we will need a link to see this.

2. You'll have to remove that from the FORUMHOME template.

setishock
08-05-2011, 04:25 PM
#2 Park this in your additional.css

#pagetitle {display: none;} /* Forum name on left side */
#welcomemessage {display: none;} /* Welcome to the (forum name) */

mrdiger
08-06-2011, 09:09 AM
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

setishock
08-06-2011, 10:58 PM
Try this:

.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};
}

Put that in your additional.css.