Meta Box
Support Forum
Support › MB Favorite Posts › 'Add to favorites' button text not centered on button
If you have no icon, the text is not centered in the button. It's probably only a character or two out but it looks off. This is the same for default text and also custom text.
Hello Julian,
There is a small margin at the left (4 px)of the button text. If you want to remove it, please use this custom CSS code:
.mbfp-text .margin-left { margin-left: 0; }