On mobile devices the table at the bottom of my pages are over lapping. Can the width of each column be changed?
Thank you!
Hey SandraSquires,
Please see the following for possible solutions:
Best regards,
Jordan Shannon
I do see the option for the mobile but they don’t like it like that. Is it possible to change the width of the columns so the middle one is wider than the last one?
Thank you!
Sandy
Hi,
Unfortunately there is not enough room on mobile devices to make that work seamlessly. The below css is likely as good as you can make it with some additional line breaks if you don’t like my first solution. There is the option to make a second table that would perhaps be more mobile friendly and only show that on mobile while hiding it on the desktop.
.postid-2499 table td:nth-child(2){
width:160px!important;
}
Best regards,
Jordan Shannon
When I add that in it works great for that post. I have hundreds of posts with that table on it. Anyway to do it for all of tables at once?
Thank you.
Sandy
Hi,
If you remove this:
.postid-2499
Then it should be universal.
Best regards,
Jordan Shannon
That worked! Thank you for your help.
Sandy
Hi,
No problem at all. If you need additional help please let us know in the forums.
Best regards,
Jordan Shannon