Hello @argyrosfenix,
Could you try disabling other plugins and changing the theme in order to identify what could cause the issue?
Could you send a screenshot?
Regards,
Hi Nicolas,
Here’s what I’m currently using as I prefer the thinner buttons vs the color of the theme:

This is what it looks like when I add the CSS styled button / color (#731616).

Here’s with all other Plugins turned off -> it’s moved to the right due to a columns plugin being off…

Here’s what we get with all Plugins turned off and the theme Twenty Fifteen.

Hope this helps.
Please let me know if there is anything else you’d like me to try / send captures of.
Thanks again for looking into this!
(Sorry this took so long…. 🙁 )
-
This reply was modified 9 years, 3 months ago by
ArgyrosfeniX.
Hello @agyrosfenix,
I think the padding and font-weight and font-size might not suit your needs.
Please try adding (with different values) in the CSS file of a child theme or a customizer CSS :
.direct-stripe-button {
padding: valueup valueright valuebottom valueleft;
font-weight: value;
font-size: value;
}
With the correct values you will reach what you need, I recognize current sides padding may be too big and PX may not be the best unit. You can try with rem unit.
Best regards