Skip to:
Content
Pages
Categories
Search
Top
Bottom

Admin Bar disabled, but free space remain!

  • Hello everyone.
    I’ve disabled the buddypress admin bar but the space where it was placed remains (give the website a horrible layout!).
    The website is http://www.milesimarco.altervista.org and everyone can see what is the problem….
    Please help me; i’d appreciate if someone tell me how to precisely solve the problem

    Thanks everyone :)

Viewing 2 replies - 1 through 2 (of 2 total)

  • Tammie Lister
    Moderator

    @karmatosed

    There are 2 places where I see this:

    body {
    padding-top: 25px;
    }

    This basically is your problem. It’s in style.css and also the adminbar call. It’s a little hacky but you can do either this:


    body {
    padding-top: 0px;
    }

    As the last line in your style.css or child style.css. Or if that fails to work force it (not a great way but works):


    body {
    padding-top: 0px!important;
    }

    No sure where is the adminbar call o.O
    But the “Not great way” work with a problem: select menĂ¹ items is now more difficult….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin Bar disabled, but free space remain!’ is closed to new replies.
Skip to toolbar