Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator jordesign

    (@jordesign)

    Hi @hellblauervogel,

    Most of that height is coming from the padding at the top and bottom of the footer.

    If you go to the edit the site template in the Site Editor (Appearance > Editor in the admin menu) you’ll be able to click on the footer – and then change the Padding settings in the sidebar.

    https://www.ads-software.com/documentation/article/styles-overview/#layout

    Thread Starter hellblauervogel

    (@hellblauervogel)

    Dear Jordesign,

    thank you very much for the answer. I still could not resolve the problem. The problem is I know what padding and margin is. But I cannot find that. I work with WordPress in German. I send you a pic of what I see. I hope you can navigate me through so that I can finally change the padding.

    By the way…Why there is no padding on the top of the footer block? Meaning the writing is on the very top of the footer block? Maybe because of the additional CSS that I added? Pls see snippet below.

    Link: https://ibb.co/hHRfjs1

    Additional CSS:

    .wp-site-blocks {
        padding-top: 0;
    padding-bottom: 0;
    }
    
    footer {
        background: #EEEEE0;
    }
    
    
    header.wp-block-template-part {
        background: #EEEEE0;
    }
    
    .wp-block-navigation .wp-block-navigation-item a:hover{
    color: #6947F3;
    text-decoration: underline;
    }

    Thank you all in advance and BR

    Angelika

    Moderator Felipe Santos

    (@foosantos)

    Hi there, you shouldn’t need to use any custom CSS for that.

    In your specific case, an option should be to go again to the Site Editor, then Patterns > Template parts, and you can select the footer from there.

    After that, you can go to the Styles tab and change it from there.

    https://d.pr/i/uP0tBq
    Full Size: https://d.pr/i/uP0tBq

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘footer too high’ is closed to new replies.