Hi All,when i use the sortable portfolio,and choose one of the sorted portfolio the footer move up and make a very huge socket area how can i fix this
see here
http://imceg.org/hp/portfolio/
also how can i make a footer with middle align content like this one
http://www.technoholding.com/default.aspx
thank you,always great support
Hi sahussain,
Unfortunately there is no fix for this. The footer is not a sticky footer and so it only goes to the bottom of the browser window when there is enough content to push it down.
To get the socket content to align center and stock you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#socket .copyright, #socket .sub_menu_socket {
float: none;
}
#socket .container {
text-align: center;
}
#socket .sub_menu_socket {
width: 430px;
margin: 0 auto;
}
Regards,
Devin