Did You Know?

The world's fastest cloud servers

首页 论坛 Web 技术交流 Trying to Reduce the Margin in HERO Section 回复至:Trying to Reduce the Margin in HERO Section

Upvote
Up
0
::

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