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 ?
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
