[Resolved] Is there a setting to vertically align center the header image with the nav?

Home Forums Support [Resolved] Is there a setting to vertically align center the header image with the nav?

Home Forums Support Is there a setting to vertically align center the header image with the nav?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1406736
    Clifford

    I want the image and nav vertically centered: https://share.getcloudapp.com/OAuqW4Wz
    How-to please?

    #1406849
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This will be standard in GP 3.0.

    For now, try this:

    @media (min-width: 769px) {
        .inside-header {
            display: flex;
            align-items: center;
        }
    }

    Let us know πŸ™‚

    #1410185
    Clifford

    Unfortunately not what I was looking for, but appreciate the effort.

    Oddly, it shifted everything left, not down: https://share.getcloudapp.com/Jru64emE

    #1410266
    David
    Staff
    Customer Support

    Hi there,

    can you provide a link to the site so we can take a look.
    Edit your original topic and use the Site URL field to share the link privately.

    #1410406
    Clifford

    no, it’s localhost only, sorry

    #1410741
    David
    Staff
    Customer Support

    Its real hard for us to say without being able to see how the header is constructed.
    Are you able to push it to a live site or open a pipe for us to view it ?

    #1493594
    Clifford

    Different site, same question: https://share.getcloudapp.com/7Ku8o5Yo

    #1493631
    Clifford

    FYI I started with the Mason template: https://generatepress.com/site-library/

    #1493669
    Leo
    Staff
    Customer Support

    If you go to Customizer > General and change the Structure from Float to Flexbox then the issue should be fixed.

    Let me know πŸ™‚

    #1493714
    Clifford

    Boom! You’re right. I thought I did this already – must have been on a different site – and I couldn’t find the setting again πŸ˜€

    #1494461
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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