Hi again, is it posible to put the footer (dark widget area and copyright area) always at the bottom? I have some pages with little content so that the dark footer is in the middle of the screen. This doesn´t look so nice I know the CSS code but I dont know where to put it in. position: fixed; bottom: 0px; Thx.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-container { min-height: 600px; } Adjust the value of min-height as you required. This will solve your issue. Thanks.