Site logo

Archived topic

Site logo in the middle and navigation in the right

3 replies · Started by Yerai on June 2, 2022

Viewing posts 1–4 of 4

Hello,

I'm trying to build a header with the site logo centered and the navigational menu at the right, but I'm unable to make it work in the customizer.

Is there a way to achieve this? Thank you in advance!

Hi Yerai,

Here’s a CSS you may try adding in Appearance > Customize > Additional CSS:

.site-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.inside-header {
    position: relative;
}

Kindly let us know how it goes!

Hi Fernando,

It did wonders! Thank you!

You’re welcome Yerai!

This archived topic is closed to new replies.