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.

Toolbar, not to move my header down, and position absolute

4 posters

Go down

Solved Toolbar, not to move my header down, and position absolute

Post by thefirstdanshin April 27th 2013, 11:07 am

how can I do this? I want my toolbar not to move my header down, i want it to appear at the top without making any space.

Deeper explanation, like when toolbar appears, it makes the head part go down? to make space? is there a way for me to make it appear without making my header move down?

Forum version Punbb Smile
avatar
thefirstdanshin
Forumember

Posts : 63
Reputation : 1
Language : English

Back to top Go down

Solved Re: Toolbar, not to move my header down, and position absolute

Post by tommycoo April 27th 2013, 11:14 am

Did you mean forumotion toolbar ?
If yes, you can read it here https://help.forumotion.com/t120146-functioning-of-the-toolbar-and-notifications
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

Solved Re: Toolbar, not to move my header down, and position absolute

Post by thefirstdanshin April 27th 2013, 11:17 am

yeah, but is there a CSS, that would make it not make an indention on my header? i've read all possible updates, no help there
avatar
thefirstdanshin
Forumember

Posts : 63
Reputation : 1
Language : English

Back to top Go down

Solved Re: Toolbar, not to move my header down, and position absolute

Post by tommycoo April 27th 2013, 11:21 am

can u post your url forum and a screenshot please Smile
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

Solved Re: Toolbar, not to move my header down, and position absolute

Post by thefirstdanshin April 27th 2013, 11:37 am

it's my test site

http://ggpalacetest.forumotion.com/

see, it ruins the banner

Toolbar, not to move my header down, and position absolute Indent10

i want it to be like this:
Toolbar, not to move my header down, and position absolute Topp10
(Edited)

And also I want to remove the Hide Function of the Toobar, i want to show it always Sad
avatar
thefirstdanshin
Forumember

Posts : 63
Reputation : 1
Language : English

Back to top Go down

Solved Re: Toolbar, not to move my header down, and position absolute

Post by E-Mark April 27th 2013, 12:24 pm

Try to add this to your CSS: (If your toolbar is at the top, add this)
Code:
#branding {
height: 225px !important;
}
.main_width {
margin-top: -25px !important;
}

(If your toolbar is at the bottom, use this one instead)
Code:
#branding {
height: 255px !important;
}
.main_width {
margin-top: -25px !important;
}

To hide the toolbar hide function, add this to your CSS:
Code:
#fa_toolbar #fa_hide {
visibility: hidden !important;
}
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Toolbar, not to move my header down, and position absolute

Post by thefirstdanshin April 27th 2013, 12:32 pm

Thank you very much Smile Thank you~ it works solved Smile
avatar
thefirstdanshin
Forumember

Posts : 63
Reputation : 1
Language : English

Back to top Go down

Solved Re: Toolbar, not to move my header down, and position absolute

Post by Sanket April 27th 2013, 1:24 pm

Topic Solved & Locked
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