I have created a custom plugin for woocommerce and the question is can I create a custom Woocommerce checkout page with a fixed layout? so that no other plugin and theme can change my layout. same for the other pages.
I am using the woocommerce_locate_template
and template_include
hooks to enable my custom template.
But still, some plugins and themes change my fixed layout. Is this good practice if I use the !important
in the style code?