Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Yanıtla: Trying to Reduce the Margin in HERO Section

Home 1 Forumlar Docly Theme Support Trying to Reduce the Margin in HERO Section Yanıtla: Trying to Reduce the Margin in HERO Section

#5268
kullanıcı
Anahtar yönetici
Up
5
::

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