mlieder
Hi
It is container padding from the template
Usually it is normal when showing the content text to add some spaces
Add this code in custom css in the template options to remove it
.container-fluid{ padding-right: 0; padding-left: 0; }
Regards