Toolbar, not to move my header down, and position absolute
4 posters
Page 1 of 1
Toolbar, not to move my header down, and position absolute
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
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
thefirstdanshin- Forumember
- Posts : 63
Reputation : 1
Language : English
Re: Toolbar, not to move my header down, and position absolute
Did you mean forumotion toolbar ?
If yes, you can read it here https://help.forumotion.com/t120146-functioning-of-the-toolbar-and-notifications
If yes, you can read it here https://help.forumotion.com/t120146-functioning-of-the-toolbar-and-notifications
Re: Toolbar, not to move my header down, and position absolute
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
thefirstdanshin- Forumember
- Posts : 63
Reputation : 1
Language : English
Re: Toolbar, not to move my header down, and position absolute
can u post your url forum and a screenshot please
Re: Toolbar, not to move my header down, and position absolute
it's my test site
http://ggpalacetest.forumotion.com/
see, it ruins the banner
i want it to be like this:
(Edited)
And also I want to remove the Hide Function of the Toobar, i want to show it always
http://ggpalacetest.forumotion.com/
see, it ruins the banner
i want it to be like this:
(Edited)
And also I want to remove the Hide Function of the Toobar, i want to show it always
thefirstdanshin- Forumember
- Posts : 63
Reputation : 1
Language : English
Re: Toolbar, not to move my header down, and position absolute
Try to add this to your CSS: (If your toolbar is at the top, add this)
(If your toolbar is at the bottom, use this one instead)
To hide the toolbar hide function, add this to your CSS:
- 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;
}
Re: Toolbar, not to move my header down, and position absolute
Thank you very much Thank you~ it works solved
thefirstdanshin- Forumember
- Posts : 63
Reputation : 1
Language : English
Re: Toolbar, not to move my header down, and position absolute
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Possible to move Nivo slider position ?
» Reputation bar position
» Absolute Sports
» css of navigation position
» Subforum Position !
» Reputation bar position
» Absolute Sports
» css of navigation position
» Subforum Position !
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum