Copyright Notice

Viewing 5 posts - 1 through 5 (of 5 total)
  • #19498
    Lady Marina
    Participant

    Hello! Sorry for the English) I wanted to know how to display Copyright Notice elsewhere, what code? Here’s a screenshot http://f-picture.net/lfp/s50.radikal.ru/i127/1411/e6/22c52b32b549.jpg/htm
    I created a css code for footer

    .site-footer {
    width: 1060px;
    margin:10px auto;
    text-align: center;
    text-shadow: none;
    }

    and I want to display the Copyright Notiche within this code. Thanks in advance!

    #19499
    Daniel Tara
    Keymaster

    I advise you to use this CSS instead:

    .site-footer .container {
    	max-width: 1060px;
    	margin:10px auto;
    	text-align: center;
    	text-shadow: none;
    }

    It does the same as your code but doesn’t break responsiveness.

    Where exactly in the page do you want to move the copyright notice? In your screenshot it’s still in the footer.

    #19500
    Lady Marina
    Participant

    Thanks for the tip! I wanted to to display his where the code © %year% %sitename% in the screenshot

    #19501
    Daniel Tara
    Keymaster

    If you also add padding: 0; to the code above it should display like you want it to.

    #19502
    Lady Marina
    Participant

    thank you very much, Daniel Tara!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.