Hi guys I want remove this space like the imagem can you help me ?
Pass-Humblee3030
thanks
A user wants to remove excess white space from their store’s mobile layout, referencing an attached screenshot showing the spacing issue.
Proposed Solution:
Another user suggests adding custom CSS code to reduce margins and padding:
Note: The provided code snippet appears incomplete or corrupted (reversed text, missing closing brackets), which may require clarification before implementation.
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:
@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;
}
}