Change size of Action button (height and width)

Add this code to the Custom CSS field on the Settings tab of your Timeline widget’s settings:

 .es-action-button {
   height: 100px!important;
   width: 350px;
   }
1 Like