Hello,

I purchased PRESSA and got some trouble in table

I used View to generate table, then the border have lots of error and it isn't responsive.

Just like your demo site: http://demo.drupalexp.com/pressa/filter/tips

The table's border in this page changed color randomly when you refresh the page.

It's also not responsive.

Do you have any solution for this situation?

Thanks.

I just experienced the same issue: it appears to be related to a bug in Chrome under certain conditions. I solved it by commenting the CSS rule

*{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

in the file themes/drupalexp/assets/css/drupalexp.css.

I don't know if this breaks anything else, though, (it doesn't seem so, at least on my website) so maybe a help from the developers would be appreciated.