Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Wide table is broken on mobile device
Avatar
Edward
Rookie
sp_UserOfflineSmall Offline
Jun 27, 2016 - 11:24 am

Hi,

I need to post a table with 6 or more columns; and due to the width of the table, it's not showing properly on mobile device. How can I have horizontal scrolling on the table whenever browser is narrower than the table?

Thank you very much for your help.

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jun 27, 2016 - 12:42 pm

Well the usual way would be to add an overflow:scroll; CSS rule to the element - so that would be my first try at this. The worry is that it might have unwanted knock-on effects on other posts but I would still do it first to see. There may be other ways around it. So try this...

Forum admin > Themes > Custom CSS.

Add the following rule:

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent {
         overflow: scroll;
}

save it - clear your browser cache and see if that helps,

andy-signature.png
YELLOW
SWORDFISH
Avatar
Edward
Rookie
sp_UserOfflineSmall Offline
Jun 28, 2016 - 4:24 am

It works! Thank you very much.

So far so good. I hope there won't be any unwanted effect.

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jun 28, 2016 - 4:43 am

It really depends on whether you need to do this often or if this is basically a one-off. If a one-off then it would be better to be explicit in the CSS to ensure it only effects that one post. If often or regular then you may need to leave it as it is and accept there may just be the odd post that overflows.

While I am afraid to day I do not recall any names, I have seen table plugins that work 'responsively' when displayed on a mobile but this will often mean stacking table cells on top of each other. Might be worth investigating however.

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620