Shortcode inside accordion seems to break some codes.
Link accordion with 1 item seems to work but leave some space on top: http://www.kimcheang.com/enfold-accordion/
Link accordion with 2 items has error: http://www.kimcheang.com/enfold-accordion-error/
lots of space on top and footer breaks.
Please advice how i can fix this.
Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
Josue
Hey!
The problem is when you use the Advanced Layout Builder + Display Product for WooCommerce. However, you can workaround this by not using ALB and using shortcodes instead:
http://www.kimcheang.com/test-2/
Cheers!
Josue
Why such space on the top of accordion?
Hi!
That’s caused by the plugin too, add this to Quick CSS:
.content .content {
padding-top: 0;
}
Regards,
Josue
Works great. Thank you for helping!