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.
The forum of the forums
4 posters

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

    avatar
    thefirstdanshin
    Forumember


    Posts : 63
    Reputation : 1
    Language : English

    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
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    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
    avatar
    thefirstdanshin
    Forumember


    Posts : 63
    Reputation : 1
    Language : English

    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
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    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
    avatar
    thefirstdanshin
    Forumember


    Posts : 63
    Reputation : 1
    Language : English

    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
    E-Mark
    E-Mark
    Active Poster


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

    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;
    }
    avatar
    thefirstdanshin
    Forumember


    Posts : 63
    Reputation : 1
    Language : English

    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
    Sanket
    Sanket
    ForumGuru


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

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

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

    Topic Solved & Locked

      Current date/time is September 23rd 2024, 2:28 pm