Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Pages › Pages with tables are not responsive
- This topic has 6 replies, 2 voices, and was last updated 5 years, 10 months ago by
Jean-Pascal.
-
AuthorPosts
-
SiX InformaticsParticipant@xailaes
- 22 Topics
- 66 Posts
May 23, 2019 at 17:38 #6634@themopteryx- 0 Topics
- 615 Posts
Hi @xailaes,
Thank you for your precious feedback.
There is definitely an issue in our theme which will be fixed in the next update.In the meantime, To change this, simply add the following code snippet to your website:
@media (max-width: 768px) { #nav-below > div { margin: 10px 0 0 0; float: none; } #nav-below > div > a { display: block; width: 100%; text-align: center; } #pmpro_cancel > table, #pmpro_account-invoices > table { display: block; } #pmpro_cancel > table thead, #pmpro_account-invoices > table thead { display: none; } #pmpro_cancel > table tbody, #pmpro_account-invoices > table tbody { display: block; width: 100%; } #pmpro_cancel > table tr, #pmpro_account-invoices > table tr { display: block; } #pmpro_cancel > table tr + tr, #pmpro_account-invoices > table tr + tr { margin-top: 10px; padding-top: 10px; border-top: 2px solid rgba(0, 0, 0, 0.1); } #pmpro_cancel > table tr td, #pmpro_account-invoices > table tr td { display: block; } }
Regards,
May 24, 2019 at 11:17 #6643SiX InformaticsParticipant@xailaes- 22 Topics
- 66 Posts
May 24, 2019 at 14:11 #6646@themopteryx- 0 Topics
- 615 Posts
Hi @xailaes,
To change this, simply add this updated code snippet to your website (you can delete the other one):
@media (max-width: 768px) { #pmpro_cancel > table, #pmpro_account-invoices > table, table#pmpro_invoices_table { display: block; } #pmpro_cancel > table thead, #pmpro_account-invoices > table thead, table#pmpro_invoices_table thead { display: none; } #pmpro_cancel > table tbody, #pmpro_account-invoices > table tbody, table#pmpro_invoices_table tbody { display: block; width: 100%; } #pmpro_cancel > table tr, #pmpro_account-invoices > table tr, table#pmpro_invoices_table tr { display: block; } #pmpro_cancel > table tr + tr, #pmpro_account-invoices > table tr + tr, table#pmpro_invoices_table tr + tr { margin-top: 10px; padding-top: 10px; border-top: 2px solid rgba(0, 0, 0, 0.1); } #pmpro_cancel > table tr td, #pmpro_account-invoices > table tr td, table#pmpro_invoices_table tr td { display: block; } #pmpro_cancel > table tr td:first-child, #pmpro_account-invoices > table tr td:first-child, table#pmpro_invoices_table tr td:first-child { border: 0 !important; } }
Note that these issues will be fixed in our next theme update.
Thanks again for your feedback!
Best regards,
May 24, 2019 at 14:34 #6647SiX InformaticsParticipant@xailaes- 22 Topics
- 66 Posts
already works ok.
Thank you
May 24, 2019 at 18:27 #6653@themopteryx- 0 Topics
- 615 Posts
You’re welcome.
Best regards,
May 27, 2019 at 10:01 #6655 -
AuthorPosts
The topic ‘Pages with tables are not responsive’ is closed to new replies.