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
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
Sorry, it’s ‘TEAMEARLY’
Please can you reduce the amount of white space at the top of the site so it looks like the below site?
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!
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!