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.

Moving the banner Up

2 posters

Go down

Moving the banner Up Empty Moving the banner Up

Post by Pivotphone June 19th 2011, 12:25 am

Whats the code for moving it up a bit?
avatar
Pivotphone
Forumember

Posts : 204
Reputation : 3
Language : english

http://www.creative-node.com

Back to top Go down

Moving the banner Up Empty Re: Moving the banner Up

Post by Mike June 19th 2011, 12:30 am

find the css for your banner and add:

Code:
margin-top: -XXpx;

replace XX for an amount, keep it negative.
Mike
Mike
Hyperactive

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

Back to top Go down

Moving the banner Up Empty Re: Moving the banner Up

Post by Pivotphone June 19th 2011, 12:33 am

doesnt look like it works Sad
avatar
Pivotphone
Forumember

Posts : 204
Reputation : 3
Language : english

http://www.creative-node.com

Back to top Go down

Moving the banner Up Empty Re: Moving the banner Up

Post by Mike June 19th 2011, 12:54 am

Find this:

Code:
.bodyline {
background-color: #;
border: 1px #0D161F solid;
}

replace with

Code:
.bodyline {
margin-top: -20px;
border: 1px #0D161F solid;
}
Mike
Mike
Hyperactive

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

Back to top Go down

Back to top

- Similar topics

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