Site logo

Archived topic

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

10 replies · Started by Clifford on August 17, 2020

Viewing posts 1–11 of 11

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 :)

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.

no, it's localhost only, sorry

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 ?

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

Let me know :)

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 :D

No problem :)

This archived topic is closed to new replies.