Archived topic
Copyright Formatting
2 replies · Started by Mary Pearson on June 28, 2015
Is there a way to left align the copyright info and right align the credits - i.e. on the same line?
Currently I am doing it using 40 's. It doesn't seem very efficient to do it that way.
Thanks Tom!
If you're using the Copyright add-on, you can use the grid system:
<div class="grid-50">
Stuff on left in here
</div>
<div class="grid-50 footer-right">
Stuff on right in here
</div>
Then add this CSS:
.footer-right {
text-align: right;
}
Thank you so much! That makes much more sense.
For some reason they are indented unevenly. I have element spacing for footer left and right set to 0.
Website is http://104.238.66.130/~thijs