Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1402385

    Hello,

    at this website:

    the copyright line:
    © josk visuelle kommunikation – josephine kreuz

    is located with no distance to the bottom of the site, and half the text is cut.
    how can I change that?

    BR
    Josephine

    #1402402

    Hi Josephine,

    The issue is caused by this CSS code:

    #socket .copyright {
        width: 400px;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -200px;
    }

    please replace it with:

    #socket .copyright {
        text-align: center;
        width: 100%;
    }

    Best regards,
    Nikko

    #1402448

    thanks a lot, Nikko! :)

    #1402456

    Hi Josephine,

    You’re welcome :)
    I’m glad that we could help you.
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘copyright line’ is closed to new replies.