• Resolved rainmanne

    (@rainmanne)


    Is it possible to reduce the spacing between the front page sections in Hestia. I need to have the space between the About and the Team sections smaller. I don’t use the Shop section at all.

Viewing 1 replies (of 1 total)
  • Hi @rainmanne,

    In order to reduce the space between the front page sections, you need to decrease the padding value. Add the following custom CSS to Appearance -> Customize -> Additional CSS

    .home section {
        padding: 10px 0px!important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Reduce spacing between front page sections’ is closed to new replies.