Hi Sakin,
Thank you so much for your help. i tried the code you gave me, but the footer message is still the same. it didnt change.ย The code below is the changes that i made for the website, i put the change for the footer in the end. did i do anything wrong? i even tried the change to the percentage, but the width of the footer is still the same.
#access {
border:1px solid #a52a2a;
background-color:#a52a2a
}
#access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
background-color:#444;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a {
background-color:#444
}
#branding {
background: none left #fff;
}
#access .menu-header-container ul li a {
color: #fff;
}
}#site-generator .copyright {
width: 80%;
}
#site-generator .powered-by {
width: 20%;
}