Archived topic
Hooks for category pages
3 replies · Started by William on June 8, 2022
Hi there,
I want to add a dropdown for my category pages but cannot find the right hook for what I am requesting. if I use before main content, it appears as this (where the first article appears to the right of it).

If I choose to do it as after header, it appears correctly, but the sidebar is pushed down which I do not want.

Is there a hook/way to achieve the desired look I am after with the hooks of GP?
Many thanks,
Will
Hi Will,
You can use generate_before_main_content, then use CSS to make it width: 100%;
Perfect thank you!
No problem :)