Hi Rolando,
Thanks so much for reaching out with your BoldGrid Post and Page Builder questions!
I inspected your website and it looks like a global padding issue that’s offsetting your button text. You can try adding the bit of CSS below to the Advanced CSS section of your WordPress customizer it should clear that up for you.
.btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close)
{
padding-top: 5px;
}
I hope this helps. Please reach back out if you have any other questions for us!