Include “Add New” Text Button When Using "table-style-2"
If you use “table-style-2” as your design...
...and want to include the text for the “Add New” button, follow the guide below.
One Easy Step
Add the following code to the CSS tab of your page:
.table-style-2 .t-new-record-button .t-new-record-button-text{
display:block;
float: right;
}
.table-style-2 .t-new-record-button i{
float:left;
}
We'd love to hear your feedback.