Hello
how i can put the menu and the copyright at the center of the page?
http://www.sfm-ag.ch
I want that the menu ist not left and not right but at the center, and the same for the copyright.
Thanks
#gkMainMenu {
margin: 26px 0 0!important;
width: 100%;
}
#gkMainMenu ul {text-align: center;}
#gkMainMenu ul li {float: none; display: inline-block}
#gkFooter p { text-align: center !important; }