How To Center Copyright Text - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Center Copyright Text

JK

Jeffrey Kiefer

Helix Framework 3 years ago

How do I center the copyright text the bottom of each page?

0
1 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #46659

Hello

Thank you for your query.

Please add the following css rule in custom css section

.sp-copyright {
    margin: 0px auto;
    display: block;
    width: fit-content;
}

Path towards custom CSS: From Menu: Extensions -> Templates -> Styles. Then click on your default template and then click on "Template Options" button. Then find custom CSS within the custom code.

0