Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sandor Kovacs

    (@almos20)

    Hi.

    Your paragraph <p> inside the sticky footer has margin: 0 0 2.4rem, so you have to define the context as following:

    #simple-sticky-footer p { margin:0; }

    If that does not work make it important:

    #simple-sticky-footer p { margin:0 !important;}

    Best Regards.

    Thread Starter Philo22

    (@philo22)

    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky footer pushed up from bottom of screen’ is closed to new replies.