I wish this helpful for you I am trying to create a page header / tool bar. This in an existing theme and there is a DIV at the top where this will reside. The basic premise is on the left a H2 title then on the right a bunch of bootstrap elements (search form, bottons, dropdowns etc. , UPD: The most suitable method for this task is use Flexbox
I hope this helps . I'm not sure if this will affect the rest of your form layout, but the issue seems to be resolved if you change the display attribute of
Bootstrap alignment and spacing of vertical checkboxes with associated horizontal text fields
this will help I want to make my checkbox align horizontally. By default they're vertical in bootstrap. , Apply checkboxinsameline class to div intead of lable. Like below
hope this fix your issue Update 2019 - Bootstrap 4.3.1 There's no need for extra CSS. What's already included in Bootstrap will work. Make sure the container(s) of the form are full height. Bootstrap 4 now has a h-100 class for 100% height...
I wish this help you Note: I have seen the result you wanted to achieve: smoothly translate the two elements from inline to inline-block. I've found a way to do this. As it is a completely different approach from my initial solution, I have decided to post another answer. Setup