Hi
i havent tried to remove the copyright.
The only edits were to the css as previously undertaken.
Footer same width as top.
Code:
#ja-footer {
background: none repeat scroll 0 0 #252525;
padding: 0;
}
to
Code:
#ja-footer {
background: none repeat scroll 0 0 #252525;
margin: 0 auto;
padding: 0;
width: 982px;
}
change
Code:
#ja-botsl {
background: none repeat scroll 0 0 #252525;
border-top: 4px solid #9A2016;
}
to
Code:
#ja-botsl {
background: none repeat scroll 0 0 #252525;
border-top: 4px solid #9A2016;
margin: 0 auto;
width: 982px;
}
Remove this to stop the page shifting down
.ja-content-main:hover .item-page h1 {
border: none;
}
And added this for the same issue.
.ja-content-main h1{
border-bottom: 5px solid #DDD;
}
I’ll recheck the css but these are the only edits made.
Where do i find the copyright removal pdf.
thanks