To change the size of the Load More button simply add the following to the plugin’s Custom CSS section (Customize > Misc > Custom CSS). You can change the width value in the snippet as needed.
#cff .cff-load-more{
float: none;
position: relative;
width: 105px;
margin: 10px auto;
top: 10px;
}