• I am not using any widgets in the footer but now there is a lot of empty space in the footer area. Can this empty space be knocked out somehow?

Viewing 1 replies (of 1 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .footer-widgets {
      padding: 10px 0;
    }
    
    .footer-widgets .widget {
      margin: 5px 0;
    }
    

    Let me know how it goes.

    Regards,
    Kharis
    aThemes Support

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding footer empty space’ is closed to new replies.