Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #329848
    Tanja Sauerland
    Participant

    Hello,

     

    where can I reduce the reduce distance between the sections. They are way to big now.

     

    my webpage is

    https://asianart-museum.de/

     

    Thank you in advance

    #329856
    Sakin
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘reduce distance between sections’ is closed to new replies.