add the following in one of your sub's stylesheet and got to your settings to make it global (the More dropdown will now stay on the left side of the menubar)
#subsdropdown, #hiddensubs {
left: 0;
float: left;
}
add the following in one of your sub's stylesheet and got to your settings to make it global (the More dropdown will now stay on the left side of the menubar)
`#subsdropdown, #hiddensubs {
left: 0;
float: left;
}`
(post is archived)