Skip to content

How to decrease padding value between sections in ShopIsle

This guide explains how to reduce the vertical padding between front page sections in the ShopIsle theme by adding a CSS override in the WordPress Customizer.

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.

Was this helpful?