Trying to Reduce the Margin in HERO Section – Universo Freelancer https://universofreelancer.com.br/forums/topic/trying-to-reduce-the-margin-in-hero-section/feed/ Sat, 23 Aug 2025 08:23:22 +0000 https://bbpress.org/?v=2.6.13 pt-BR https://universofreelancer.com.br/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5022 <![CDATA[Trying to Reduce the Margin in HERO Section]]> https://universofreelancer.com.br/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5022 Thu, 30 Jul 2020 19:57:55 +0000 henrique 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. Rerum cubilia, ultricies cillum, dignissim dignissimos, omnis magnis, commodi donec maecenas incididunt metus wisi

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

]]>
https://universofreelancer.com.br/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5268 <![CDATA[Responder a: Trying to Reduce the Margin in HERO Section]]> https://universofreelancer.com.br/forums/topic/trying-to-reduce-the-margin-in-hero-section/#post-5268 Thu, 24 Sep 2020 18:26:48 +0000 henrique 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

]]>