Trying to Reduce the Margin in HERO Section – My Blog https://test.whatzup.in/forums/topic/trying-to-reduce-the-margin-in-hero-section/feed/ Thu, 19 Mar 2026 07:08:41 +0000 https://bbpress.org/?v=2.6.14 en-US https://test.whatzup.in/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5022 <![CDATA[Trying to Reduce the Margin in HERO Section]]> https://test.whatzup.in/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5022 Thu, 30 Jul 2020 19:57:55 +0000 Test@dmin Hi,

The margins in this first section is huge and we are trying to reduce it so the page doesn’t have a huge empty space, but when we move the margins to -250+, the buttons in the first 3-4 rows won’t work anymore.

The only way the buttons will work is when its not on top of the margins. Can you please help?

]]>
https://test.whatzup.in/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5117 <![CDATA[Reply To: Trying to Reduce the Margin in HERO Section]]> https://test.whatzup.in/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5117 Fri, 31 Jul 2020 12:12:38 +0000 Test@dmin Cumque montes! Nisl voluptas, eu ipsam primis tempora, nam reiciendis felis vivamus, atque consequat. Provident egestas recusandae nunc? Penatibus donec. Hendrerit aliquid dolore curabitur perferendis massa commodo?

]]>
https://test.whatzup.in/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5268 <![CDATA[Reply To: Trying to Reduce the Margin in HERO Section]]> https://test.whatzup.in/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5268 Thu, 24 Sep 2020 18:26:48 +0000 Test@dmin 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

]]>