Centering Header on pages

Hi,

I currently have my header set to Fixed Top and Inline with the stack on Integrity. I can’t find any setting to make all the pages be centered on the header bar. I don’t have a logo uploaded or anything I don’t believe.

Any help would be appreciated to get his centered on the header. Thanks!

Hello There,

Thanks for writing in! Your current logo and navigation setting is inline. You can find this setting in X > Theme Options > Header > Logo And Navigation. With this setting, the logo will be on the left and the menu on the right. If you want to have them centered, you will have to change your setting to “Stacked”.

By the way, there is no image logo because you haven’t uploaded anything. It is supposed to display a text log instead. Since you did not inserted a site title in Settings > General, there is no text logo and it is just display blank.

Hope this helps.

Hi, Thanks this helped a lot but now I have another issue. There is a white gap on the top of my web page. I have went through and played with the settings yet nothing has removed it yet. Can you advise what option allows me to have it where my tabs are on the top with no white space/gap? The space does go away when I scroll down as I have the header set to ‘Fixed Top’ as I want it to follow with the scroll. Thank you!

https://imgur.com/LIb6f90(Scrolled down)

https://imgur.com/LIb6f90 (White space there)

Hello There,

Thanks for updating in!

The space above is intended for your logo. If you do not want to display a logo and want to completely get rid of the white space above the menu, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-logobar {
    display: none;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.