Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #435852

    Hi,

    How do you change the footer height/ padding in Enfold? I added a text widget which incorporate a logo image and copy in the footer just in the first widget (3 widgets in total), however the padding above and below the content is too big and I want to reduce it.

    Thanks :)

    #436180

    Hi pryorconsulting!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer {
      margin: 0;
      padding: 0;
    }

    Best regards,
    Yigit

    #451820

    Am I missing something I’ve tried this code on my site and still the same space, would this be because I have the socket turned on? is there some additional code I should add to the quick css? http://henricoschools.us

    • This reply was modified 9 years, 5 months ago by larrywillisva.
    #451916

    Hi!

    Please try adding this as well:

    #footer .widget {
      margin: 0px 0 0px 0 !important;
    }

    Regards,
    Rikard

    #452581

    That did it, thanks Rikard!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer Height Change’ is closed to new replies.