Hey @JesusGomicare ,
This took way longer than expected. There is a pesky little h1 with width of 120% instead of 100 which made the site have that white space to the right.
Here is the fix!
Step 1: Go to Online Store > Theme > Edit code > find base.css file and add the following
.rich-text__heading.rte.inline-richtext.h1 {
width: 100% !important;
}
