How to move the copyrights content in footer to extreme left?

Babji Sadhu
Tera Contributor

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

3 REPLIES 3

Community Alums
Not applicable

Hi @Babji Sadhu ,

Do you want to add some screenshots and more information such that we can help you.

 

Hi Sandeep Dutta,

 

Does the footer content can be moved to the extreme left instead of having that in right bottom corner. Adding a clear screenshot of the Issue. Please do kindly find the attachment.

 

Thanks & Regards.

Community Alums
Not applicable

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:

Khushbookabra_0-1687715519837.png

 

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!