Why is my table not responsive?

Posted in: Newspaper
Post count: 71

Hi, the table on my post is not responsive on smaller devices (Galaxy S5 for example). How can I fix that?

https://gamerdiscovery.com/path-of-exile-synthesis-memory-nexus-detailed-guide/

The table is quite big and I don’t want to write everything from scratch again into a plugin if plugin is needed for responsive table. If this issue can only be fixed by a plugin, can you recommend a free table plugin that has html import option?

Post count: 20688

Hi,

Looks almost alright, I could give you a code to reduce the padding and the font size for the table elements, this would be the result – http://prntscr.com/mwnk7e
If you want to use it, enter it in the Advanced CSS phones section

table th {
padding: 2px 2px;
font-size: 14px;
}

Another solution would be to leave the padding and fonts as they are, and do something like this – https://forum.tagdiv.com/topic/table-adjustment-in-articles-tablepress-table-issue/

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.