White space on left side of mobile website on Dawn Theme (2.0)

Hello I installed the new Dawn Theme (www.sharacocoa.com) and am experiencing a small white space on the left side of the mobile version of the website. It wouldn’t bother me as much but when you swipe to the right it moves the whole website and then the whole site it unaligned.. anyone know a fix for this ?

@sharacocoa

Please share screenshot what do you want!

Thanks!

@sharacocoa

please Go to Online Store->Theme->Edit code then go to assets/section-collection-list.css ->paste below code at the bottom of the file.

@media screen and (max-width: 749px){
.collection-list-wrapper.page-width {
    padding: 5px !important;
    width: 100%;
}
}

Thanks!

thank you very much