And when creating and editing the banners, it seems the Button elements cannot be edited in Size or anything, just color radius and text. But not the size or padding. And also, I have a second button on my banner and the hyperlink on it does not work either.
With padding, not sure, It looks like Elfsight doesn’t support this. You can add this CSS code to adjust padding (I checked this code on my demo site)
div[class*="eapps-banner"] button>span {
padding: 20px 40px !important;
}
If it doesn’t work on your site, please share link to page where you use banner, we can check easier.