Copyright …. statement at bottom does not properly align. I have tried to modify following in template.css
#ja-footer .main {
color: e99999;
position: relative;
overflow: hidden;
padding: 0 0 15px;
border-top: 1px solid #ddd;
text-align: left;
however, when I change ‘text-align:’ to ‘left’ then footer does not really go to extreme left side, and when I change it to ‘center’ then it is not really center, infact it is more towards right.
When I use a banner in the footer then its behavior is correct, that is according to left and center alignment as specified in the .css file.
Similarly, I place a banner in the content-bot positon, then the banner is not centered. How, I can do it.