How to decrease padding value between sections in ShopIsle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
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.