Archived topic
Site Header
5 replies · Started by Michael on February 24, 2022
Hello,
a clicnt of mine is looing for a mobile header similar to https://www.scottshotelkillarney.com/ (on mobile) - I can't seemt o figure outr how to have two columns on mobile header. 1 for logo on the left and other for icons on the right. is this possible?
many thanks
Hi Michael,
That's the default mobile header layout of GP.
The other icons can be added using a block element - hook withmenu_bar_items as hook name.
https://docs.generatepress.com/?s=block+element#block-element-%E2%80%93-hook
hi Ying,
so how do I position the mobile toggle to be to the right of 'Book Online' in the link https://kch.mayburyitsolutions.com/ instead of underneath where it currently is?
thank you
You are not using the default header to contain the logo and the buttons.
The better way to do this is to use the default header,
1. upload the logo at customizer > site identity.
2. set primary navigation location to float right.
3. Add the buttons using a block element - hook ( menu_bar_items).
that's great thank you
You are welcome :)