Copyright Formatting

Home Forums Support Copyright Formatting

Home Forums Support Copyright Formatting

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #117098
    Mary Pearson

    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!

    #117181
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #117205
    Mary Pearson

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.