• Resolved AJ Don

    (@cultural-keys)


    Hey guys,

    Just wondering how to reduce footer top and bottom padding. The padding around the minimal footer I’m using seems huge, and not as streamlined as I’d hope.

    https://ckmartialhearts.com

    Cheers in advance!

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

    (@hannahritner)

    Hey, try adding this to your custom css box in theme options > advanced settings:

    #containerfooter {
      padding-top: 0;
      margin-top: -50px;
    }
    .footercredits p {
      margin-bottom: -10px;
    }

    Does that work for you?

    Hannah

    Thread Starter AJ Don

    (@cultural-keys)

    Thanks Hannah, that works. ??

    But actually, we decided that having a ‘fatter’ footer is more aesthetic looking. Space is a good thing! So like so many things, you guys got it right in the first place!

    Cheers. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce padding in site footer?’ is closed to new replies.