Forum main logo adding with CSS
5 posters
Page 1 of 1
Re: Forum main logo adding with CSS
What do you mean? Try this.
ACP
Display
Pics & Colors
Colors
CSS Stylesheet
I forgot the code.. but look for something it should say.. like "forum background" and then "center" under it. Maybe someone else has the code.
ACP




I forgot the code.. but look for something it should say.. like "forum background" and then "center" under it. Maybe someone else has the code.
Re: Forum main logo adding with CSS
There's one thing I haven't figured out yet, what's the ID for the main logo ._.
But yeah, so far, this is what you can use:
That depends on the resolution of your screen, though it really is advisable to just use the main one, in my opinion, that is
.
But yeah, so far, this is what you can use:
- Code:
ID of the main logo {
background-image: url('IMAGE LINK');
position: absolute;
top: 300px;
left: 500px;
}
That depends on the resolution of your screen, though it really is advisable to just use the main one, in my opinion, that is

Re: Forum main logo adding with CSS
Did you change the ID for the main logo as I said from the latter post?
Re: Forum main logo adding with CSS
your navigation is being pushed up by the arrows that scroll on rollover. IF those arrows weren't there your navbar would be within the forum container.
Mike- Hyperactive
-
Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Forum main logo adding with CSS
Just noticed the arrows as well. And yeah, Drogba's right, it does push it up.
Also, I checked the elements. Try using this:
Also, I checked the elements. Try using this:
- Code:
div#pun-intro {
background-image: url('IMAGE LINK');
position: absolute;
top: 300px;
left: 500px;
}
Re: Forum main logo adding with CSS
Hi,
I see you're using custom template codes. Add to your CSS Stylesheet:
I see you're using custom template codes. Add to your CSS Stylesheet:
- Code:
.second_nav{
text-align:center!important;
}

» Forum Main logo
» Main Forum Logo
» Forum Main Logo
» Need Forum Main Logo
» I want my Forum Main Logo
» Main Forum Logo
» Forum Main Logo
» Need Forum Main Logo
» I want my Forum Main Logo
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum