I added this to my site but I still have a large space after the copyright. My website is www.beattadphotography.com. Here is the code I have in my custom section: #carousel ul.slides { display: none; border-bottom: none; } .footer { border-top: none; } .footer { border: none; padding-bottom: 0px; } .content-bar .post { margin-bottom: 0px; padding-bottom: 0px; } .footer-bottom { margin-bottom: 0px; }
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-wrapper{ min-height:500px!important; } .page-content { padding-bottom: 0!important; } .footer-bottom{ margin-bottom:0!important; padding-bottom:0!important; } This will solve your issue.