Post your current Custom CSS (with comments)!

That’s a great question. You can try playing with the margin settings a bit but there has to be a better way of doing it. I did start using percents instead and it’s lined up better, but not sure how it will work across different devices (phone, web, desktop app, etc).

a[title^=“Filter #readlater”] {
visibility: hidden;
position: relative;
margin-right: -4%;
float: left;

a[title^=“Filter #bookmark”] {
visibility: hidden;
position: relative;
margin-right: -4.5%;
float: left;
}

a[title^=“Filter #reference”] {
visibility: hidden;
position: relative;
margin-right: -4%;
float: left;
}