• Support
  • increase the padding of the button at bottom

Hi ArkShop ,

Thanks for reaching out to us!

Would you like to make the button go up higher on the page or do you want the button to be vertically bigger?

If you would like to move the position of the button higher on the page, you can increase the vertical position of the button's group.
We have a step-by-step instructions on this knowledge base article:
How to position your buttons

If you would like to make your button vertically bigger, we currently don't have a setting for that.
But it's possible by using a custom CSS.

.buttonizer-button {
    padding-bottom: 50px;
}

This custom CSS will increase the padding of the button.

Let me know if this helps! 😄

yep i wanted to make it go up the Guide really helped Tx james

Glad to hear that the guide helped you out with changing the position. 🙂

Unfortunately, we currently don't have an option for a default/filled-in message with widgets. Although, we do have plans on adding more options such as this in the future.