Hi,
Is it possible to put the sort tags at the bottom of the accordion rather than at the top of the page?
(I also found an issue with the layout, but found a quick CSS solution in this forum – excellent, great work)
H
Hi,
Open /config-templatebuilder/avia-shortcodes/toggles.php and look for line 182:
$output .= $sortlist.$content.'</div>';
Replace it by this:
$output .= $content.$sortlist.'</div>';
Regards,
Josue