How to Center Badge and Control Width
Add this custom CSS to the custom CSS setting for the badge. It should center it in the container and add a 300px width.
.wprevpro_badge {
width: 300px !important;
margin-left: auto;
margin-right: auto;
}
Customer support service by UserEcho