How can i modify the HTML padding bottom of Stiletto theme?

How can i modify the HTML padding bottom of Stiletto theme? It is to high (60px) and i want to eliminate it because the space at the end of the footer is too much. I find this part when i do inspection of the page but when i try to find it on theme.css i don’t find it.

Thanks.

Hey @alfmice
Can you please share your Store URL and password if enabled? Also can you share a screenshot where you want to lower down the padding?

Hi. In every theme there is this padding-bottom html of 60px. How can i delete it?

Hey @alfmice
Can you please share your Store URL and password if enabled? so that I can check that where is padding-bottom and can you specify at which part in your website has padding-bottom?

Hi @alfmice ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

.main .shopify-section:last-child .section {
    padding-bottom: 0 !important;
}

I hope it would help you
Best regards,

Richard | PageFly