[Resolved] Replace header with code

Home Forums Support [Resolved] Replace header with code

Home Forums Support Replace header with code

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1179065
    Charles

    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/

    #1179072
    Charles

    Oh hang on, I see header now.

    #1179075
    Leo
    Staff
    Customer Support

    Hi there,

    Yup it should still be there:
    https://www.screencast.com/t/YzN1zn6ue0vF

    Let me know if this helps πŸ™‚

    #1179076
    Leo
    Staff
    Customer Support

    Glad you found it πŸ™‚

    #1179085
    Charles

    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 center content
    Header right content

    .header-section {
    display: flex;
    }

    .header-section > div {
    width: 33.33333%;
    }


    @media
    (max-width: 768px) {
    .header-section > div {
    width: 100%;
    }
    }

    #1179089
    Leo
    Staff
    Customer Support

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #1179105
    Charles

    That works! TY!

    #1179160
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.