Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #363497

    There is a lot of space on top and below of the footer.
    How do I get ride of them?

    I tried:
    div#text-4.widget { margin-top: -25px 0 -25px; }
    div#text-2.widget { margin-top: -25px 0 -25px; }

    But it does not work.

    #363508

    Hi nigellim68!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS field put the following and adjust the values:

    
    #footer {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    

    Cheers!
    Günter

    #363541

    Thank you, Gunter. It works!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce space on top and below of footer’ is closed to new replies.