Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Multiquote (on) Multiquote (off)
Locked Topic
[Solved] [Solved] Adding another link in the banner.
Topic Started: Aug 20 2014, 10:09 AM (631 Views)
WitchAssassin
Member Avatar
Member
[ *  *  * ]
Okay, on my forum, I started using a new "theme" when the forum reached 1,000 posts and so I am now using the "Well Read" theme.

Here's my problem. I have an awards page but it's not showing in the header. I know what to do to add it and make it appear in the header with the rest of them. However, when I add the 'Awards' in the header then it will blend it with the green bar that is directly under the forum's banner / title. How do I fix it so that it won't blend in with that and people will be able to see it?
Offline Profile Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
WitchAssassin
Aug 20 2014, 10:09 AM
Okay, on my forum, I started using a new "theme" when the forum reached 1,000 posts and so I am now using the "Well Read" theme.

Here's my problem. I have an awards page but it's not showing in the header. I know what to do to add it and make it appear in the header with the rest of them. However, when I add the 'Awards' in the header then it will blend it with the green bar that is directly under the forum's banner / title. How do I fix it so that it won't blend in with that and people will be able to see it?
Try this:

Replace this:
Code:
 

#navigation ul {
padding: 0px;
margin: 0px;
}


With this:
Code:
 

#navigation ul {
padding: 0px;
margin: -12px;
}



Then this:
Code:
 

#navigation a {
color: #018E86;
padding-left: 17px;
font-family: "Gloria Hallelujah";
font-size: 110%;
font-weight: 200;
line-height: 22px;
height: 22px;
width: 74px;
display: block;
}



With this:
Code:
 

#navigation a {
color: #018E86;
padding-left: 17px;
font-family: "Gloria Hallelujah";
font-size: 90%;
font-weight: 200;
line-height: 22px;
height: 22px;
width: 74px;
display: block;
}
Offline Profile Goto Top
 
WitchAssassin
Member Avatar
Member
[ *  *  * ]
I tried using that code you gave me but it doesn't work. When I add the 'awards' to the banner, it is still covered up (at least partially). But I think you've gone in the right direction.
Offline Profile Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
WitchAssassin
Aug 20 2014, 01:54 PM
I tried using that code you gave me but it doesn't work. When I add the 'awards' to the banner, it is still covered up (at least partially). But I think you've gone in the right direction.
Keep the Awards on there so it's easier for me to work with it.


The best solution I could come up with since you don't seem to want to remove a link is this:

Replace this:
Code:
 

#navigation a {
color: #018E86;
padding-left: 17px;
font-family: "Gloria Hallelujah";
font-size: 90%;
font-weight: 200;
width: 74px;
display: block;
line-height: 22px;
height: 22px;
}



With this:
Code:
 

#navigation a {
color: #018E86;
padding-left: 17px;
font-family: "Gloria Hallelujah";
font-size: 90%;
font-weight: 200;
width: 74px;
display: block;
line-height: 22px;
height: 20px;
}

Edited by Kankuro, Aug 20 2014, 02:01 PM.
Offline Profile Goto Top
 
WitchAssassin
Member Avatar
Member
[ *  *  * ]
Yea! That works. That second code makes them all fit. I've left it up there for you to see. Thank you!
Offline Profile Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
WitchAssassin
Aug 20 2014, 02:55 PM
Yea! That works. That second code makes them all fit. I've left it up there for you to see. Thank you!
Glad I could help. If you have anymore questions feel free to PM me.
Offline Profile Goto Top
 
WitchAssassin
Member Avatar
Member
[ *  *  * ]
Thank you, kankuro865! :-)
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards - Theme & Code Support · Next Topic »
Locked Topic