Catch Themes » All Posts https://catchthemes.com/support-forum/forum/catch-sketch-pro-premium/feed/ Mon, 04 Dec 2023 01:59:04 +0000 https://bbpress.org/?v=2.6.9 en-US https://catchthemes.com/support-forum/topic/reduce-distance-between-sections/#post-329856 <![CDATA[Reply To: reduce distance between sections]]> https://catchthemes.com/support-forum/topic/reduce-distance-between-sections/#post-329856 Fri, 27 Oct 2023 17:10:01 +0000 Sakin Hello Tanja,

You can adjust the padding top and bottom on the following CSS and then add it in the “Appearance => Customize => Additional CSS” box:

/* Section Spacing - Screen Size 1366px and above */
@media only screen and (min-width: 85.375em) {
    .section,
    .section.no-section-heading {
        padding-top: 77px;
        padding-bottom: 35px;
    }
}

Regards,
Sakin

]]>