Support Team
posted this
28 February 2019
The problem was that the code I suggested first time added scroll bar to the bottom of the table (not to the bottom of the browser window regardless of where in the table you are currently).
You can try setting min-width to entire page to force scroll barin the bottom of the browser by adding this code:
body.page-id-332 {
min-width:550px!important;}
From the previous code I shared, you can keep only this part:
table:not([class]), .bd-tagstyles:not(.bd-custom-table) table, .bd-table {width:100%!important;}
Gina
Themler Support
The problem was that the code I suggested first time added scroll bar to the bottom of the table (not to the bottom of the browser window regardless of where in the table you are currently).
You can try setting min-width to entire page to force scroll barin the bottom of the browser by adding this code:
body.page-id-332 {
min-width:550px!important;}
From the previous code I shared, you can keep only this part:
table:not([class]), .bd-tagstyles:not(.bd-custom-table) table, .bd-table {width:100%!important;}
Gina
Themler Support