Hi there,
I'm using Brooklyn theme for my Shopify. May anyone know how to remove the white space highlighted in the below screenshot?
The URL of the screenshot is: https://coffeeexp.com/collections/coffee-accessories-1
Thank you!
Hi @Coffee-Exp
I managed to get rid of some of the padding with CSS but not all of it since some of the elements are styled inline and requires some liquid code customization.
Nevertheless, here is the css code that you can add at the end of your theme.scss file:
.main-content > .wrapper {
margin: 0;
padding: 0;
width: 100vw;
max-width: 100%;
}
#shopify-section-collection-template .section-header,
#shopify-section-collection-template .grid-item {
margin-bottom: 0;
}
#shopify-section-collection-template .grid-product__image-link {
background-color: transparent;
}
Hi @prinpadure,
Many thanks for your prompt reply. Unfortunately, I tried to apply your codes but the margin/white space was still there.
I'm not sure if I did something improperly.
Look forward to your further help. Thanks again!
Dear @Coffee-Exp
Hope this will help you
/* Start */
@media only screen and (min-width: 769px) {
.template-collection .wrapper {padding: -1px !important;max-width: 100% !important;}
.template-collection .grid-uniform { margin-left: 0 !important; }
.template-collection .grid__item { padding-left: 0 !important; }
}
/* End*/
If you still need help you can contact us by using the link or email given at signature
User | Count |
---|---|
442 | |
190 | |
139 | |
60 | |
42 |