Archived topic
The hook 'woocommerce_after_main_content' occupy the width 100% of the page
3 replies · Started by MIKKSA NETWORK S.L. on July 22, 2021
Hello, in my woocommerce category page, I want to put the description below the page, I want it width 100%. But I have the sidebar next to it.
I add my description in the 'woocommerce_after_main_content'. If I'm not mistaken, it's the bottom part of the page.
How can I make this hook occupy 100% of the width?
Thanks
Hi there,
instead of using a woo hook - try the generate_before_footer hook. This will position it outside of the parent container that has the content and sidebars inside it.
It works perfectly,
thank you!
Glad to be of help