Bluelefant
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] text-align and border options?That did the trick! Thanks again for your help, sir. I hope you have a good one!
Regards,
~BrianForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] text-align and border options?Could I ask one more question? Any idea why the top line of the table above row 1 might be missing?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] text-align and border options?That worked like a charm, thanks!
P.S.
I should add that I was able to eliminate the padding by using the theme editor, however it also eliminated the padding from the posts page as well, which I did not want, and thus I attempted to localize it to just the one page.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] auto-sizing the tableThanks again sir, you’re the greatest! I really appreciate all your help and support.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] auto-sizing the tableCould I ask for some additional help?
So, after looking at some other threads, I’ve added:
<div class="tablepress-scroll-wrapper">[table id=ATL /]</div>
and
<div class="tablepress-scroll-wrapper">[table id=NBA]</div>
as well as
.tablepress-scroll-wrapper { overflow-x: auto; overflow-y: hidden; } .tablepress-id-NBA img { max-width: 100%; width: 100%; } .tablepress-id-NBA th, .tablepress-id-NBA td { padding: 2px; }
and the horizontal scrolling is working like a dream, but when I look at it on my iPhone, the images from 1-9 are all way smaller than the images from 10-30. I’m guessing because it’s conforming to the size of the single digit versus the double digit numbers. Anyway around this besides adding a ‘0’ in front of the numbers?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] auto-sizing the tableAwesome, that did the job! Thanks man! I appreciate it ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] auto-sizing the tableTobias, thank you for your help.
It worked perfectly on Safari, but on Firefox, it’s still giving me big images and a table that stretches way off the right side of the page.