Archived topic
Replace header with code
7 replies · Started by Charles on February 27, 2020
I'm trying to follow these instructions to make a 3 panel header. Do they still apply? I can't find the header hood. ty
https://docs.generatepress.com/article/split-header-three-sections/
Oh hang on, I see header now.
Hi there,
Yup it should still be there:
https://www.screencast.com/t/YzN1zn6ue0vF
Let me know if this helps :)
Glad you found it :)
I put this in the box on the header hook but it only prints the code in the header. Does the css have to go somewhere else?
.header-section {
display: flex;
}
.header-section > div {
width: 33.33333%;
}
@media (max-width: 768px) {
.header-section > div {
width: 100%;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
That works! TY!
No problem :)