Home › Forums › CSS › search bar wont shift to the right › Reply To: search bar wont shift to the right
January 28, 2015 at 3:10 pm
#194561
Member
There’s quite a lot going on in there with several ‘display’ properties applying to some items.
I appreciate that you might be looking for fallbacks but if you strip out a lot of the flexbox stuff and stick with good old floats.
http://codepen.io/Paulie-D/pen/XJaaMW
Now you can start adding back the flexbox properties and seeing what happens when you do.