Hello,
How can I edit the layout of the footer?
I would like a bigger font and perhaps have blocks instead of all text in one line.
The footer tag should be on the bottom (center) instead of right as it is now.
www.test.pommedorange.com
Thanks
#gk-footer {
font-size: 11px;
}
#gk-footer {
text-align: center;
}
#gk-footer .gk-copyrights {
float: none;
text-align: center;
}
#footer-menu {
margin-bottom: 60px;
}
#footer-menu li {
line-height: 28px;
}
#footer-menu li a {
color: #000;
}
#footer-menu li a:active,
#footer-menu li a:focus,
#footer-menu li a:hover {
color: #ddd;
}
#footer-menu {
margin-bottom: 60px;
width: 100%;
}