Skip to:
Content
Pages
Categories
Search
Top
Bottom

position the admin menu

  • Hi

    I’d like to position menu so it looks like this
    http://i.imgur.com/Wy7gQ.png

    instead of:
    http://i.imgur.com/SUTVK.png

    So my question is it it possible, (ofc its possible) in what while do I change where the menu renders.

    I’d like put it inside wrapper, above header, like this:

    div id=”wrapper”
    div id=”wp-admin-bar”… close div
    div id=”header” class=”col-full” … close div
    etc..
    close wrapper div

    right now its rendered outside of wrapper div:
    div id=”wrapper”
    div id=”header” class=”col-full”…/div
    etc..
    close wrapper div
    div id=”wp-admin-bar”… close wp-admin div

    So where can I specify where it renders. Give me an idea :)

Viewing 1 replies (of 1 total)

  • Virtuali
    Participant

    @gunju2221

    Put this in your CSS:

    `#wp-admin-bar .padder {
    width: 90% !important;`

    It should be close to your padder likings. :)

Viewing 1 replies (of 1 total)
  • The topic ‘position the admin menu’ is closed to new replies.
Skip to toolbar