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
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