It kinda bugged me that the fav button is now totally squeezed to the left side below the pictures, so I made this to center it again, plus making it a bit bigger. The 2nd part is to center the pictures of every post aswell if you want. I don't know much about CSS so I just put this together with the help of some online tutorials. It seems to work fine, but if someone knows a better code for this, please feel free to correct them.
.fav-buttons .ui-button {
display: block;
margin-left: auto;
margin-right: auto;
width: 100px;
}img {
display: block;
margin-left: auto;
margin-right: auto;
}