Hi Mike,
thanks for your post, and sorry for the trouble.
To delete the extra rows, just click the checkboxes on the left of the rows (if you hold down the “Shift” key, you can select multiple rows at once by clicking the first and last checkbox). Then, use the “Selected rows: Delete” button.
Resizing columns is possible with some “Custom CSS”, which you can find in the TablePress FAQ at http://tablepress.org/faq/column-widths/
In your case, it should however be enough to set the width of the table wrapper, with this “Custom CSS” (on the “Plugin Options” screen):
#tablepress-2_wrapper {
width: 600px;
}
Regards,
Tobias
Regards,
Tobias
Tobias,
Thanks for your quick response. The problem I am having seems to be that I do not see any boxes to check. Where should I see the boxes, in the regular viewing mode or in the preview mode? By the way, the table wrapper code worked great.
Thanks
Mike
Hi Mike,
those checkboxes are directly on the “Edit” screen (not in the preview), in the “Table Content” section, between the row number and the first column’s text field. (Compare, e.g. this screenshot.)
Regards,
Tobias
Thanks once again! I was overlooking the “Table Content” area. Once I saw your graphic, I realized my error.
Thanks again Tobias
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!