Hi MW99
How can I center the text in the footer?
You can center the text in the footer by adding following custom CSS:
First Go to Admin Panel -> Appearance -> Customize -> Sparkling Options -> Other.
In this section you will see a box to write custom CSS: Copy and paste below code and Save and Publish to see any changes
@media (min-width: 992px){
.col-md-6 {
width: 100%;
}
}
.copyright {
margin-top: 10px;
float: none;
text-align: center;
}
Hope this will resolve your issue.
Best Regards!!!
Thread Starter
MW99
(@mw99)
@wen Solutions
Perfect, thanks!
Hi @wen Solutions,
I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.
Thanks,
Movin