Viewing 5 replies - 1 through 5 (of 5 total)
  • footer top is not the problem all the way down in one of those widgets there is this
    .widget-area aside {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px 0px 3em;<– I belive this is your problem. make it 0
    padding: 0%;
    }

    Thread Starter kabeerb

    (@kabeerb)

    applied your code in custom CSS nothing happened.

    If you notice the footer top facebook like widget it is so small but footer area has taken up so much space , thatswhy i want to reduce the height of the footer top widget area

    The code should have already been in there I was saying to edit it and make that 3em 0 … It worked for me when I did it in the developer tools. Try this just adding this real quick
    .widget-area aside {margin:0 !important;}

    Thread Starter kabeerb

    (@kabeerb)

    Thanks dude…it worked..:D

    It’s kind of a hack to use the !important tag tho it would still be better to find the margin decleration and delete it. Right now were just over riding it. But it’ll get the job done lol

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to reduce the height of footer top’ is closed to new replies.