Problem with adaptive of table

orehov6674
3 Posts
orehov6674 posted this 27 June 2020
Report a bug

http://new.cdufa.ru/

You may see on table on mobile, is not have scroll.

http://new.cdufa.ru/ You may see on table on mobile, is not have scroll.
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 30 June 2020

Hi Aleksey,

The Nicepage Table itself is responsive. But the Nicepage WP theme contains general table styles that affect the Nicepage table too and cause the reported responsive problem.
We'll check this issue. In the meantime, you can override it with the following custom CSS:

.u-table table
{
table-layout: auto;
}

This custom css can be added to the Page Settings >> CSS tab.
Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Aleksey, The Nicepage Table itself is responsive. But the Nicepage WP theme contains general table styles that affect the Nicepage table too and cause the reported responsive problem. We'll check this issue. In the meantime, you can override it with the following custom CSS: .u-table table { table-layout: auto; } This custom css can be added to the Page Settings >> CSS tab. Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments