How To move logo left to header menu

How to move logo left to header menu. Right now it centered. I am using wedding theme.

Hi There,

Thanks for writing in!

Please go to Dashboard-> X-> Theme Option -> Header in the Logo and Navigation section make it inline instead of stacked.

If you want to align the logo left in the same container where it is now. Just add this CSS to your Theme Option -> CSS

.x-logobar-inner {
text-align: left;
}

Hope this helps!

Thanks,
But its not working. Still logo is on middle.

Hi There,

It could be the options were note saved.

Upon checking your website, I could see that you’ve updated the Cornerstone plugin to the latest version(v3.3.8) but not updated the X theme yet.

Please update X theme to the version 6.3.8 as well.

Here is the update guide:

Hope it helps :slight_smile:

Everything is up to date Please help.

Hey @itsthehype,

You have custom code for the x-brand in Appearance > Customize > Custom CSS. Please remove it.

Your Navbar will be under your logo by then because it has a long menu. I’d recommend you reduce the Navbar Font Size and Navbar Top Link Spacing in Theme Options > Header.

Thanks.

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