1
Something like that?
.bg-dinamico{
display: flex;
justify-content: space-between;
background: blue;
margin:0px!important;
color:white;
}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<div class="row bg-dinamico">
<div style="background:blue">Fluid</div>
<div style="width:200px;background:red">Estatic</div>
</div>
you already used container-Fluid and container? have some demo in html?
– Gabriel Rodrigues
The problem is the div that gets fixed right next to a fluid.
– Kelvym Miranda