MSAS

MSAS

Renforcement de la prise en charge décentralisée des enfants vivant avec le VIH au Sénégal

Accueil Forums Traitement Trying to Reduce the Margin in HERO Section Répondre à : Trying to Reduce the Margin in HERO Section

Hi,

You can reduce the Hero section space with applying the below custom CSS-

#theme-banner-four .main-wrapper {
    padding: 290px 0 260px;
}

This padding is the default padding. You can set it yourself as you want.

Thanks