Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adapt the “remove max width in admin” for bbPress

I speak about that:

div.updated,

div.error,

div.wrap {

margin: 0 1.5em;

max-width: 98em;

}

so, i want to add in my plugin the function for put:

div.updated,

div.error,

div.wrap {

max-width: none !important;

}

it’s a little modification but i want to make a plugin for that, and not manually editing the files in bb-admin :)

Skip to toolbar