Is it possible to remove some of the blank space at the bottom of the page below the 'Copyright' text? Thanks Jamie
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-bottom { margin-bottom: 10px; } This will solve your issue.
I added this to my site but I still have a large space. 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; }
Follow the link given below http://www.inkthemes.com/community/...rs-and-widgets-on-front-page.5758/#post-21408 This will solve your issue.