Hi there!
I have a 1200px wide design with 40px margins on each side.
For the single post layout I want to create a header containing the title, meta and date. This header I want to take up the 1200px width.
I tried to create a content template but when using it in single post, the header does not go all the way to the sides as it respects the 40px margins on each side.
I changed the method and have opted to use a hook (inside_site_container) for the header of each post. With this I get the width I want but in the content of the post the title and meta are shown in addition to the ones I have added to my custom header.
With the GP hide elements option I can only act on the title, not the meta.
I need advice about the best way to proceed: do I use the content template and add a -40px margin to the header to make it reach the ends? is it better to use the hook option and then hide the title and meta with some snippet? any other suggestions?
Thanks!