Here is the JSFiddle link to the code.
I want to put different vertical margin width between targeted columns.
I already tried to put margin between my col-xs-4
and col-lg-4
by putting mr-4
<div class="container-fluid">
<div class="row">
<div class="col-4 col-xs-4 col-lg-4 mr-4">Logo</div>
<div class="col-8 col-xs-8 col-lg-8">Titre</div>
</div>
But the column don't fit anymore in XS mode, and in LG mode the column go to the next line. I need to do the same as this images in responsive XS and LG :