Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

can we add like button on the top instead of bottom

Sreenivasaraju P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 19, 2013

Want to change the position of Like button on confluence page. Want move it to the top of the page.

Is this possible.

2 answers

1 accepted

3 votes
Answer accepted
jing_hwa_cheok
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 31, 2013

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events