Simply changing to class="entry-header well" for h1 will add the standard bootstrap well. When I did this to your code using the chrome inspector, it inserted the standard well, filling the width of the containing div. All elements may have more than 1 class.
On Monday, December 10, 2012 8:11:27 AM UTC, sharonq wrote: > > I am using a Wordpress theme that is based on Bootstrap. > > My Page Headers are set up like this: > > <header class="entry-header"> > <h1 class="entry-title">Add Your Listing</h1> > </header> > > Is there a way I can use CSS so that anything in class=entry=title is in a > well? > > I can use a dive to put text outside the header in a well - and I'd rather > not mess with .php or java if I don't have to. > > http://beta.teamsfirst.ca/add-your-listing/ > > Thanks :) > >
