Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi guys I want remove this space like the imagem can you help me ?
Pass-Humblee3030
thanks
Hi @Suco ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media screen and (max-width: 749px) {
.section-collection-list .page-width {
padding: 0;
}
.section-template--17005272694962__product-grid-padding {
padding-bottom: 10px;
}
#ProductGridContainer .pagination-wrapper {
margin-top: 0;
}
#product-grid {
margin-bottom: 0;
}
}