• Resolved Matthew Modlinski

    (@mattjallday)


    There’s too much extra space above the title text and below the copyright information. Is there a way to clean that up?

    Any help is greatly appreciated!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mattjallday,

    There’s too much extra space above the title text and below the copyright information. Is there a way to clean that up?

    This looks to have multiple layers that affect this, both the <a href="https://d.pr/free/i/Cg0Xks" rel="noopener" target="_blank">Site Footer</a> and <a href="https://d.pr/free/i/AQmqw" rel="noopener" target="_blank">Site Info</a>. Here is some code to apply some padding changes to the Site Footer:

    /* Change padding in site footer */
    .site-footer {
     padding: 1.618em 0 3.706325903em;
    }

    Feel free to change these #’s in the padding to alter the code.

    For the Site Info it would be similar:

    /* Change padding in site info */
    .site-info {
     padding: 1.618em 0 3.706325903em;
    }

    If you need anything else let us know!

    Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reduce Extra Space In Footer’ is closed to new replies.