how to activate youtube right sidebar comments

Subscribers:
132,000
Published on ● Video Link: https://www.youtube.com/watch?v=ryyNULM8lNg



Duration: 5:16
11,957 views
38


youtube tips and tricks move all comments on any youtube video to the right side of the screen:

copy code bellow
/* code starts here */
body #comments{
position: absolute;
right: 30px;
width: 400px !important;
height: 700px;
overflow-y:scroll;
z-index: 100;
padding: 10px;
top: 50px;
background: white;
border: 1px solid #ddd;
}

#player{
position: fixed;
z-index: 100;

}

/* code ends here */

ig: https://www.instagram.com/esmilesvfx/
don't forget to subscribe, comment and like







Tags:
youtube comments
comments
youtube video
youtube tricks
chrome
youtube quick tips