Forums

PopUp in Helix Template

rafaelscouto 11 Nov, 2020
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; }
You need to login to be able to post a reply.