Hey guys,
I noticed something with newly created pages as I wasn’t able to get rid of a default 50px padding added to the Icon stack.
Previously, this was automatically disabled when choosing the template “Blank no container - Header, Footer” (i.e: Template #4).
Doing so added the following body classes:
page-template page-template-template-blank-4 page-template-template-blank-4-php page page-id-22230 logged-in admin-bar theme-pro woocommerce-js x-stack-icon x-full-width-layout-active x-full-width-active x-post-meta-disabled x-child-theme-active pro-v3_0_1 cornerstone-v4_0_1 customize-support
However, analyzing a previously created page with the same template, I can see this:
page-template page-template-temp page-template-template-blank-4 page-template-temptemplate-blank-4-php page page-id-22682 logged-in admin-bar theme-pro woocommerce-js x-stack-icon x-full-width-layout-active x-full-width-active x-post-meta-disabled x-child-theme-active pro-v3_0_1 cornerstone-v4_0_1 customize-support
Note that on the newly created page, the class “page-template-temp” seems like its been truncated and the class that should help to get rid of the padding is messed up “page-template-temptemplate-blank-4-php”. It should be “page-template-template-blank-4-php”.
Waiting for your feedback!
Thanks