Center Search Bar in BB Column

Hey guys,

I am trying to center the WP widget “search” in a column on this page:

http://fullandsimple.com

I’ve tried a few things and just can’t seem to get it right. Any help would totally be appreciated! Thanks!

Hi Katie,

Can you try adding the following CSS, please and see if that works for you.

.fl-widget .widget_search {
  text-align: center;
}

Thanks,
Danny

That worked, thank you!! I was missing the .fl-widget selector!

Hey Katie,

Good to hear Danny’s code worked! And thanks for taking the time to inform us. :slight_smile:

Enjoy BB!

Ben