The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

have much distance and spance betwwen my banner and forum theme

4 posters

Go down

In progress have much distance and spance betwwen my banner and forum theme

Post by prince007_pk Tue 14 Jun - 8:05


i need help .see in image the my forum the size of banner is not match with the forum theme please any one can solve the prob


have much distance and spance betwwen my banner and forum theme Untitl11
avatar
prince007_pk
Forumember

Posts : 44
Reputation : 0
Language : english

Back to top Go down

In progress Re: have much distance and spance betwwen my banner and forum theme

Post by Nera. Tue 14 Jun - 8:20

Hi prince,

Actually it is the space where you can find your forum name and site description http://i.imm.io/6rgf.png
The problem is that your letters are white on white background so you can't see them. You can remove them completely in AP to lower the space or if you want you can change color by adding this to CSS.

Code:
#site-title, #site-title h1 {
    color: gray;
}
#logo-desc p {
    color: gray;
}


Last edited by Nera. on Tue 14 Jun - 10:53; edited 2 times in total (Reason for editing : Corrected a typo)
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: have much distance and spance betwwen my banner and forum theme

Post by Mike Tue 14 Jun - 10:01

Nera. wrote:Hi prince,

Actually it is the space where you can find your forum name and site description http://i.imm.io/6rgf.png
The problem is that your letters are white on white background so you can't see them. You can remove them completely in AP to lower the space or if you want you can change color by adding this to CSS.

Code:
#site-title, #site-title h1 {
    color: grey;
}
#logo-desc p {
    color: gray;
}

You used two different types of 'gray', so one will not work.

Here's the edited code

Code:
#site-title, #site-title h1 {
    color: gray;
}
#logo-desc p {
    color: gray;
}
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

In progress Re: have much distance and spance betwwen my banner and forum theme

Post by shintre Tue 14 Jun - 10:17

shintre
shintre
Forumember

Posts : 28
Reputation : 0
Language : English

Back to top Go down

In progress Re: have much distance and spance betwwen my banner and forum theme

Post by Nera. Tue 14 Jun - 10:17

Ups, typo Embarassed
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum