hello, my footer on my side I do not like. I find it too big. How do I make a footer like this: http://www.inkthemes.com/previews/?demo_id=241 Thank you
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer_bottom .copyright { background: #151515; border-top: 1px solid #3d3c3c; margin: 0px auto 30px -18px; width: 986px; padding: 17px 0px; color: #d3d3d3; } .footer-content .footer_wrap { display: none; } You can adjust the above values as per your requirement. In place of "#151515", "#3d3c3c" and "#d3d3d3" you can put your color or color code.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-content .footer-glow { height: 15px; } Thanks & Regards Gourav Shrivastava