How can I adjust the width of a certain button I added in?

Hi @michaelecom ,

Try this code:

.Button–Full{

display: block;}

Make sure there is no other display attribute for this button. If it does add !important

.Button–Full{

display: block !important;}

Let me know if it works