Quote Originally Posted by dealman876 View Post
Thanks Clyde, that worked, so now I would want to know two things. How do I center the site copyright info in the footer? I also want to create a border and change background.in the footer.
Posted via Mobile Device
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css

find the following and add the highlighted portions

dl {margin: 0 0 3px 0;padding:0 0 30px;border:1px solid #000;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/

#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:left;
width:100%;
line-height:normal;
clear:both;
text-align:center;
}