html - How to move the column to the center position, and bring it to the place of another column in Bootstrap? -


world!

i have question changing position of columns in bootstrap

i have change position of first column logo center , show @ left of window hamburger menu icon on mobile.

for more information @ image under post: image on imgur here

it better if upload code

but far understood image, can try following :

<div class="col-xs-2 hidden-md">navigation</div> <div class=" col-md-2 col-xs-8 ">logo section </div> <div class="col-md-8">navigation</div> <div class="col-md-2 col-xs-2">search box</div> 

Comments

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -