Yeah, the two problems with trying to center those lines are the fact that they're both in the same CSS class, inexplicably (.asset-meta-list), and that there are so many links in the entry link bar.
You can try using this to push the date further to the right until it looks centered: .asset-meta-list .item span {padding-left: 200px;} Adjust the 200 until it looks like you want.
.asset-meta-list {margin: 0 auto; width: 500px;}
Change the 500 to a number that will suit your link bar width.
#4:
.profile-name {display: none;}
#3 requires changing the code with a theme layer.
Reply
#4 worked, thanks
Reply
Reply
Reply
Reply
.asset-meta-list .item span {padding-left: 200px;}
Adjust the 200 until it looks like you want.
Reply
Leave a comment