Archived topic
Custom header
1 reply · Started by Andrew on December 26, 2021
Hello I was wondering it it would be possible to build a header like the link below in GP? More so focuses on the logo on left that goes into the top bar. I know I could make the rest pretty easily.
Hi there,
hmmm... i would probably begin with:
1. The Primary Navigation set to Float right.
2. Create the 'top bar' using a Block element and hook that into: generate_after_header_content with a priority of 3 ( to position it before the nav )
After that i would wrestle with some CSS Grid to position logo in its own column.