I managed to solve the popup problem in the joomshaper helix template
I changed the css property of the table (<td class = "collapsing"> ... </td>)
in:
.collapsing {overflow: hidden; }
for:
.collapsing {overflow: visible; }
I changed the css property of the table (<td class = "collapsing"> ... </td>)
in:
.collapsing {overflow: hidden; }
for:
.collapsing {overflow: visible; }