Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Extending login-search-bar to width of browser page?


Jeff Sayre
Participant

@jeffsayre

Kit-

Make sure that you have backups of your CSS files before trying my suggestions.

In base.css:

Remove max-width:1300px;

min-width:960px;

Then, change these two selectors as follows:

#header {

margin:25px auto;

width:1245px;

}

#content {

margin:10px auto;

width:1245px;

}

Of course, you can set your width to whatever you like.

You’ll also have to add back the <div class=”padder”> division to make the various form boxes within the search bar line up with your header. Using Firebug, look at how this is done in bp.org.

Skip to toolbar