Home › Forums › Basel support forum › HTML block problems › Reply To: HTML block problems
June 4, 2017 at 9:06 am
#14699
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.vc_tta-panel {
display: none!important;
visibility: inherit!important;
}
.vc_tta-panel.vc_active {
display: block!important;
}