Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #276564

    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

    #276625

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.