still facing the horizontal scroll issue orignaly reported here: kristoferjoseph#144
using container-fluid around my row but removed the 16px padding to have a full width layout. without removing the padding of container-fluid, there is no horizontal scroll.

my code:
<div class="container-fluid">
<div class="row middle-sm">
<div class="col-xs-12 col-sm-7">
<div class="box spaced-default">
<h2>Fühl dich wie Zuhause</h2>
<p class="center">Dein Damen und Herren Coiffure in Wettingen. Geniesse das entspannte und lockere Ambiente bei einem Espresso und freue dich auf einen frischen und modischen Haarschnitt. Gianni arbeitet mit zusammen Trinity Haircare sowie Haarsana und gibt regelmässig Workshops in der Schweiz und im Ausland. Deine Haare - bei uns in guten Händen.
</p>
</div>
</div>
<div class="col-xs-12 col-sm-5">
<div class="box">
<img class="teaser" src="/assets/images/home_salon.jpg">
<a class="btn btn-text btn-absolute" href="/produkte">
<span class="center">Salon</span>
</a>
</div>
</div>
</div><!-- close container fluid -->
still facing the horizontal scroll issue orignaly reported here: kristoferjoseph#144
using container-fluid around my row but removed the 16px padding to have a full width layout. without removing the padding of container-fluid, there is no horizontal scroll.
my code: