How to move logo to the far left on Dawn theme?

Hello

I need the logo moving to the far left of the screen, it needs to look like the below - Can anyone help?

URL is www.cherood.com and password is ‘SUMMERSNOTOVER’

Thanks

Marcus

@MarcusGoku

Please share correct store password!

Thanks!

1 Like

Sorry, it’s ‘TEAMEARLY’

@MarcusGoku

Not clear to me what do you want . Please explain briefly!

Thanks!

Please can you reduce the amount of white space at the top of the site so it looks like the below site?

@MarcusGoku

Please add following css your assets/base.css bottom of the file.

@media screen and (min-width: 750px){
#shopify-section-template--15134079582396__featured_products.spaced-section {
    margin-top: 0px !important;
}
}

Thanks!

@MarcusGoku

also add following css your assets/component-product-grid.css bottomof the file.

@media screen and (min-width: 750px){
.collection .product-grid.negative-margin--small {
    margin-bottom: 0px;
    margin-top: 0px !important;
}
}

Thanks!