Oraan

Oraan

Did You Know?

70% of the Oraan Community is made up of women

Oraan Support Center Forums Docly Theme Support Trying to Reduce the Margin in HERO Section Reply To: Trying to Reduce the Margin in HERO Section

Upvote
Up
0
Down
Downvote
::

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