Thanks for the fast reply Tobias! The TablePress FAQ is actually really helpful 🙂
This worked perfectly!
Thank you very much TobiasBG
Hi workharder! providing the website url will be very helpful.
Ah of course – http://nzt-services.com/landing-page/
Hopefully this doesn’t count as a double-post, but a little update.
I used inspect element to find that my featured image was div class=post_image.
I found post_image in the css style sheet, and added the following:
display: block;
margin-left: auto;
margin-right: auto
Yet the image remains uncentered?