Hi,

The table aspect is not something we can adjust on our end. As the layout structure for the content on said page is display in a table. Our mobile conversion does read tables however, not when it's used to position content on the page. As you can understand this would have a fixed width that would not translate on a mobile screen.

There is a way however to force the convertor to read the table layout as a regular table element. My developers suggest you add this attribute (data-bmob="data") to the <table> element;
 
<table data-bmob="data" ...>
 
This way our mobile engine will format the table accordingly.

Kind regards,