Home Forums Pro Themes Kids Education Pro Manipulate distances between header and main area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #144465
    anyworx
    Participant

    Hello again,

    where can I change the distance between header and main area?

    Also I need to reduce the distance between main area an footer…

    The URL is: https://www.friedensschule-neustadt.de

    #144568
    Psink
    Keymaster

    Hello Adrian

    Please Add this CSS in the Additional CSS – to reduce space between main content and footer

    
    .spacer {
        display: none;
    }
    

    Please add this css – to reduce space between header and main content

    
    .cloud-background.page-section{
        padding-top: 50px;
    }
    

    Regards,
    Psink

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.