Support

Account

Home Forums Feature Requests Use ACF as a custom shortcode generator Reply To: Use ACF as a custom shortcode generator

  • I could use this example as improvement request. Despite ACF block is forced after Title give it some margin-bottom, as other meatboxes have.

    #acf_after_title-sortables .acf-postbox {
        margin: 20px 0 0;
    }

    to:

    #acf_after_title-sortables .acf-postbox {
        margin: 20px 0;
    }