Hi,
I have installed a plugin called, Woocommerce Refund and Exchange on my site. Whenever a customer clicks on the Refund button, it takes them to the Order Refund Request form. This page is totally distorted with sidebars going down. This issue does not happen if I change to any other plugin.
I was able to fix a similar issue with another plugin by overriding the template and adding
div class=“x-container max width offset”>
div class=“x-main right” role =“main”>
after <?php do_action( 'woocommerce_before_main_content' ); ?>
and then adding /div> after <?php do_action( 'woocommerce_after_main_content' ); ?>
and after <?php do_action( 'woocommerce_sidebar' ); ?>
I tried the similar method with this template but it does not work. Please advise.
Thanks