Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

sharing button position


Hi
I'm currently trying to migrate from jw6 to jw7
and with new design the social sharing buttons have changed their position from top left to top right
Is there any way I can customize its position (css maybe?)

5 Community Answers

Randy

JW Player Support Agent  
-1 rated :

Hello,

You can tap in to many of the elements of the player via CSS. The following link may be of use to you: http://support.jwplayer.com/customer/portal/articles/2067702-skin-css.

Thank you,
Randy

ismailserhatbuga

User  
3 rated :

I have checked that page but couldn't see anything about social sharing buttons

pkadima

User  
0 rated :

I have the same problem, after a migration from jwplayer 6 to 7, the social sharing button move from the top left to top right... is there any solution to move it ?

ronny.mehnert

User  
0 rated :

Same problem. I have an underlying logo top right in the video and have to move the social sharing button to the top left. Any solution?

Augusto

User  
1 rated :

In JWPlayer 7 you can put something like this in your css to have the sharing button in the top left corner:

.jw-dock-button { float: left !important; }

This question has received the maximum number of answers.