Centering copyright text

Hi Aigars

I’ve created a child theme in order to add some linked text just above the copyright line. Is there any way I can center both lines of text? I still have to add the links, including yours. My site: www.lulurai.com

Thanks.

Try adding these lines of code to Theme Options - Other - Custom CSS

#site-generator .copyright {
    float: none;
    text-align: center;
}

Let me know if it works.

Works! Many thanks!