To change the size of the Load More button, add the following to your preferred custom CSS location or stylesheet. One option is the default additional CSS location found at WordPress Dashboard > Appearance > Customize > Additional CSS
#cff .cff-load-more{
float: none;
position: relative;
width: 105px;
margin: 10px auto;
top: 10px;
}