0

I am trying to get the textbox to fill up the entire width but I do not know how to do it. I am attaching a screenshot below I want the text box to fill up the entire container and be responsive as well(I mean adjust the width of the textbox automatically).there is a gap between the textbox and the advance search button. Also I'm using bootstrap 2.2 if that can help.

enter image description here

nishantvodoo
  • 835
  • 3
  • 17
  • 32

1 Answers1

1

CSS3 has a calc function that can help you with this, see plunker

spacemigas
  • 791
  • 8
  • 10