Hi, I’m trying out the plugin to create a simple list of downloadable files. I’ve been looking at a result like the one showed here and I’m using the following shortcode:
[wpdm_all_packages login=1 items_per_page="20" jstable=1 order_by="title" order="ASC" cols="title|categories|update_date|download_link" colheads="File|Categoria|Ultimo Aggiornamento|Scarica"]
However, the result is not displaying correctly and CSS doesn’t look it’s applying correctly. I tried checking all options under “Disable Style” in the settings menu and also switching between bootstraps v3/v4 but nothing changes. The table never resizes correctly. Example page of the problem: here
What should I do to make it properly and responsively showing? Thank you.