#Move up copyright text?
5 messages · Page 1 of 1 (latest)
tell me more detail
the copyright text is sitting on the monogram. i want to move the copyright text up a little
you can use .footer-established {
margin-bottom: 40px; or .
footer-established {
position : relative;
top : -20px
}
it didn't work