How can I move the Post-Nav text on my website stefw,com
where is says "Copyright 2017 // Stefan Wimmreuter"
I have tried editing the
/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
font-size: 7px;
color: #bbbbbb;
font-family: Georgia, serif;
font-style: italic;
margin: 5px;
margin-left: 20px;
padding-left: 20px;
border-top-color: #cccccc;
border-top-style: solid;
border-top-width: 1px;
}
, but it does not move?
Thanks in advance