How to alter mobile view collection page bottom spacing?

NEED HELP

Please change the bottom spacing to 100px

Shop Link: https://93f811-2.myshopify.com/

Hi @admintb , add the below code to your theme’s CSS file.

.collection {
    margin-block-end: 100px !important;
}

@KabirDev Thank you! Do you know how I can change the white color box to maybe creme white? :slightly_smiling_face:

@admintb , I’m glad that it worked. For the the color box, you should have the option to change the color in your product backend page.