Archived topic
Logo + header + header
3 replies · Started by Duncan on March 13, 2017
Hi Tom
How do I get two header widgets similar to this - two areas to add stuff - and turn off on a mobile.

Hopefully this hasn't be asked before.
Regards
Duncan
Hi there,
You can make header widgets sit next to each other like this: https://generatepress.com/forums/topic/making-widgets-adjacent-in-header/#post-98140
If you want to hide them on mobile, you can do this:
@media (max-width:768px) {
.site-header .widget {
display:none;
}
}
Hello Tom
I'm wondering the same thing basically but, want them to all be evenly spaced horizontally. Logo on the left then widget one and widget two.
Could you tell me how to do that?
Thanks!
This article should help: https://docs.generatepress.com/article/split-header-three-sections/