How to center customized footer?

Hi,

I have removed the default footer and typed in my copyright text under Travelify Main Options->Travelify Footer.
How do I center this text?

Thanks.

Hello there,

I hope you are doing well today.

You can use the following CSS code to center the text by going to Appearance > Customize > Additional CSS and pasting it there.


/*Center footer*/
#site-generator .copyright {
    float: none;
    text-align: center;
}

Best Regards,
Support

Hello there,

I hope you are doing well today.

You can use the following CSS code to center the text by going to Appearance > Customize > Additional CSS and pasting it there.


/*Center footer*/
#site-generator .copyright {
    float: none;
    text-align: center;
}

Best Regards,
Support

Hi,

This center footer works for the existing default footer and not the customized footer.
I have removed the default with the following code.
.copyright, .copyright a {
color: #696969;
display: none;
}

I have then added customized text in Travelify Main Options > Travelify Footer.
The default position is lower right corner.
Thanks.

Hi @zave

Can you tell me what you mean in the customized footer? please provide your website url for better assistance

Hi,

Please see attached image.
This is where I added the copyright text and it appears on the bottom right.

Or is there a better way to do this?

Thanks.

Hi Zave

Ok, i see it on the screenshot but its not enough, please provide link to your website

Hi,

The link is www.traacts.com

hey there

Please add this CSSĀ in appearance - customize - additional CSS

.footer-right {
    float: none;
    text-align: center;
}

Thanks!
Colorlib Support Team

It worked.
Thanks!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support