Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #297748
    nickyl
    Participant

    Hi My footer is extremely tall and I’ve done my research in how to reduce it. I inspected the page and can reduce the size under inspection but when I change the parameters in the css it does not change the height. Something is overriding it.

    I first tried adding additional CSS and that did no good.

    .site-footer {
    padding-top: 0;
    }

    Then I went into the CSS and altered this to read 0. Didn’t do anything.

    .footer-widget-area {
    padding: 0px 0;
    }

    .widget-area .widget-column {
    padding: 0px 35px;
    width: 100%;
    }

    What am I missing. I’ve gone over the CSS with a fine tooth comb line after line and nothing seems to alter this.

    http://www.phoenixtheatresf.org

     

    #297750
    nickyl
    Participant

    I found it. I found the problem

    Never mind
    Carry on

    Cheers

    #297768
    Skandha
    Participant

    @nickyl: Glad you were able to figure it out. Let me know if you have any more issues. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Want to reduce the size of the footer’ is closed to new replies.