Want to change the position of Like button on confluence page. Want move it to the top of the page.
Is this possible.
Hi there,
You could add some CSS code in Confluence Admin >> Sytlesheet to move the like button. For example:
#likes-section .like-button { position:absolute; top:70px; left:500px } #likes-section .like-summary { position:absolute; top:70px; left:550px }
The like button will then appear as shown in the screenshot below:
Feel free to modify the code to your as your see fit.
Regards,
JIng Hwa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.