• Hi,

    I am trying to reduce my footer size/height and I have tried a couple of codes from this forum but it is not working. I am using the Mr.tailor theme. Does anyone have a solution to this problem? Much appreciated

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

Viewing 1 replies (of 1 total)
  • In your CSS, the site-footer has padding at the top and bottom of 10px (making for 20px vertical padding total). You can reduce the footer height by adjusting that padding.

    You can add custom CSS to your site through Appearance -> Customize -> Additional CSS.
    In the code field, add something like this:
    #site-footer{padding: 5px 0px 5px 0px;}

    That should reduce the footer height by half. Adjust the 5px to whatever you need to adjust the height to what looks best.

Viewing 1 replies (of 1 total)
  • The topic ‘How to reduce footer size/height’ is closed to new replies.