How to change position of logo

Hi,

The position of the header logo is pre-set. Now I want to change the position a little bit. Can we center the logo to align the menu and the below text?

I tried to play with the logo’s margins/paddings in CSS but it didn’t work.

Thanks,

1 Like

Hi there

Try this css code, add it in the Appearance > Customize > Additonall css:

.site-branding.col-md-6 {
    width: 100%;
    text-align: center;
}
1 Like

Hi,

Still the same. nothing has changed. any other ideas?

Thanks,

Hi

I see the code is not added at all, let me see the screenshot

1 Like

Hi,

Please see below screenshot.

1 Like

Hi

You placed code in the comment section, it will not work for sure, please remove them:

1 Like