• Resolved mmp2

    (@mmp2)


    Hi all,

    I’m trying to change the footer height of my webpage for several days, without any success. I want to reduce the padding above and below the text on footer (“? Casa do Rio 2016 Desenvolvido por nmob”).

    This is the place where I believe it makes sense to change:
    footer.site-footer {
    background: #151515;
    padding: 6.25em 0 3.75em; —> tried to change to -> padding: 0 0 0;
    }

    Unfortunantly this does not produce any result, the footer remains exactly with the same padding. Can anyone help me with this?

    Thanks in advance:)

    My site: https://www.casadoriotroia.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • It should change since it is changing in the chrome can you be more specific while writing custom css

    footer.site-footer.pos-relative{
    padding : 0;
    }

    .home #footer .social-icons {
    list-style:none;
    line-height:normal;
    margin:-30px 0 0 0;
    text-align:right;
    }

    Thread Starter mmp2

    (@mmp2)

    Hi,

    Thanks to both of you. I used the solution proposed by Sakar. I was using “footer.site-footer {” instead of “footer.site-footer.pos-relative{”

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer padding not changing’ is closed to new replies.