How to decrease padding value between sections in ShopIsle

If you want to decrease padding value between the front page sections, go to Appearance -> Customize -> Additional CSS section and add the following code:

.home section {
    padding: 30px 0!important;
}

Save the changes and that's it.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us