Hi,
thanks for your post.
This seems to be the result of some very odd CSS code in your theme. For some reason, it adds some CSS to make the last column it finds floating. I have an idea why it does this, but the implementation is not that good maybe.
This CSS code (which needs to be pasted into the “Custom CSS” textarea on the “Plugin Options” screen) should hopefully fix it:
.wp-table-reloaded [class*="column"] {
float: none !important;
}
Regards,
Tobias
Tobias,
Thanks for the reply. Unfortunately this did not solve the issue. Thanks for taking time to help me out.
I like the theme I am using, but am not opposed to switching themes if it comes down to it.
Thanks
Hi,
switching themes will not be necessary, don’t worry 🙂
The code is not working because it seems to have been inserted with the quotation marks (") having been replaced by their entity code ", which will not work.
Can you check if the code in the “Custom CSS” textarea really looks like above?
Regards,
Tobias
Tobias,
Thank you very much for your time and assistance. That solved the problem! I really appreciate your help! Your plugin is the best!
Thanks!
Jon
Hi Jon,
no problem, you are very welcome! 🙂
Great to hear that this worked!
Best wishes,
Tobias