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.

Logo Banner / Description Space

3 posters

Go down

Solved Logo Banner / Description Space

Post by shintre May 13th 2011, 9:54 pm

site here: http://shintheory.forumotion.com/

Goal: I want to get the board as close to the top of the page as possible.

The way the forum is set up, there is "invisible space" where the logo is and another invisible space (about 10px) where site description goes.

I have no banner or site description. I would like to get rid of the spaces that are there to try to get the board higher up on the page.

I need a CSS plug in that controls that (i think it's "bodyline")

Thanks in advance!
shintre
shintre
Forumember

Posts : 28
Reputation : 0
Language : English

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by shintre May 13th 2011, 11:09 pm

Correction... it is NOT bodyline. Help?
shintre
shintre
Forumember

Posts : 28
Reputation : 0
Language : English

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by Mike May 13th 2011, 11:19 pm

Is there a CSS element on your stylesheet for logo or similar?

if so add:

Code:
top: 20px;

or

Code:
margin-top: -20px;

and ajust it until it works. In my CSS it's headerbar, might be different for you
Mike
Mike
Hyperactive

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

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by shintre May 13th 2011, 11:31 pm

thx for the reply! it doesn't seem to be working for me when i plug it in. my code is attached. the #logo-desc p was something i picked out of another thread on this forum, but that didn't seem to fix the guy's problem either.

Spoiler:
shintre
shintre
Forumember

Posts : 28
Reputation : 0
Language : English

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by Mike May 13th 2011, 11:34 pm

not sure what it would be in there. I think it might be forumline.
Mike
Mike
Hyperactive

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

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by Guest May 13th 2011, 11:44 pm

Put this in css
..
Code:

bodyline{
background:#ffffff url(goweto bilobed);
border:0;
padding:0;
margin:0;
}



body{
padding:0;
margin:0;
background-position:center;
}
a{
text-decoration:none;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Logo Banner / Description Space

Post by shintre May 13th 2011, 11:52 pm

ty both. killer, your code was a step in the right direction. it took a couple pixels off. i'm guessing none of those values can be negative to attempt to get it closer to the edge, eh?
shintre
shintre
Forumember

Posts : 28
Reputation : 0
Language : English

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by Mike May 13th 2011, 11:55 pm

try this

Code:
bodyline{
background:#ffffff url(goweto bilobed);
border:0;
padding:0;
margin:-20px 0px 0px 0px ;
}



body{
padding:0;
margin:-20px 0px 0px 0px;
Mike
Mike
Hyperactive

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

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by Guest May 13th 2011, 11:59 pm

Go to :Admin panel.Forum appearance
Navigation buttons, and Home
Panel in the main site of the Forum :Center
Casual site navigation buttons:Center
and Save
avatar
Guest
Guest


Back to top Go down

Solved Re: Logo Banner / Description Space

Post by shintre May 14th 2011, 12:19 am

Drogba921 wrote:try this

Code:
bodyline{
background:#ffffff url(goweto bilobed);
border:0;
padding:0;
margin:-20px 0px 0px 0px ;
}



body{
padding:0;
margin:-20px 0px 0px 0px;

you're the man
shintre
shintre
Forumember

Posts : 28
Reputation : 0
Language : English

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by shintre May 14th 2011, 12:19 am

thx you both. this is solved
shintre
shintre
Forumember

Posts : 28
Reputation : 0
Language : English

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by Mike May 14th 2011, 12:22 am

before this gets locked, you can change the -20px to more, such as -30 or -40, and see if it goes up anymore
Mike
Mike
Hyperactive

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

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by shintre May 14th 2011, 1:02 am

cool, i'll try that out as well.
shintre
shintre
Forumember

Posts : 28
Reputation : 0
Language : English

Back to top Go down

Solved Re: Logo Banner / Description Space

Post by Sanket May 14th 2011, 3:38 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Logo Banner / Description Space 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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