How to move the copyrights content in footer to extreme left?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 02:54 AM
Hi,
Is there any possibility to move the footer content (CopyRights) from right to extreme left. If possible, let me know the best way to configure that. Please kindly find the below attachment.
Thanks & Regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 02:58 AM
Hi @Babji Sadhu ,
Do you want to add some screenshots and more information such that we can help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 06:36 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2023 10:55 AM
Hello @Babji Sadhu ,
For this u need to add HTML code in "Employee Center Footer".
Add this line of code:
<h6 style="padding-right: 129.2rem;padding-top: 2.2rem;">{{c.data.footer.copyright}}</h6> <!-- add this line -->
And Comment/remove this line of code:
<!-- <div class="sf-copyright">{{c.data.footer.copyright}}</div> --> <!-- comment this line -->
Please refer the SS for clarification:
U can change the CSS (padding-right and padding-top) as per the ur requirements of UI/UX.
@Babji Sadhu, Please mark my answer as "Accept as Solution" and "Helpfuls." If it works for you.
Thank you!