Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


KitWit
Participant

@kitwit

Jeff–

No, it’s not resolved yet. I can’t seem to get this to work. I’m still not sure which CSS attributes are controlling the width of the search-login-bar at the top of the page, despite having looked them over in Firebug. Here is the CSS code I see when I use the inspector to examine the Buddypress web site:

#search-login-bar { custom.css (line 70)

background:#EBEBEB none repeat scroll 0 0;

border-top-color:#0090FF;

}

#search-login-bar { base.css (line 43)

background:#FFF9DF none repeat scroll 0 0;

border-top:10px solid #F7740A;

padding:7px 10px;

}

And then here is the code I see when I inspect the same element in my installation:

#search-login-bar { [base.css (line 50)]

background:#CCCCCC none repeat scroll 0 0;

border-top:10px solid #CA3495;

padding:7px 20px;

}

Any tips would help (I know this is a totally elementary, if not kindergarten-level, question!).

Thanks.

Skip to toolbar