how to center copyright in the footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • #18482
    LDX
    Participant

    Hy
    I’d like to center the footer copyright, is it possible?

    thank you

    #18520
    Daniel Tara
    Keymaster

    Add the following to your custom styles:

    .copyright,
    .credits {
    	float: none;
    	width: 100%;
    	text-align: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.