Docs    Facebook    Customizations

Change the size of the Load More button

The custom CSS that changes the size of the Load More button below your feed.

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;
}
support

Couldn’t find your answer in the docs?

Contact Support