Hey @ammkristian,
Thanks for using our plugin!
The buttons should automatically get the theme’s default button top/bottom padding. If you still want to modify that, you can use some custom CSS code. Please insert the following code into your ‘Additional CSS’ box in the ‘Appearance -> Customize’ section or directly in the style.css file:
body a.button.podcast-subscribe-button {
padding-top: 30px;
padding-bottom: 30px;
}
Note – you may need to add the !important
tag (for example, padding-top: 30px !important;
), depending on your existing theme and styling.