clawbennett

Registered
Is it possible to center an image logo in the 2.0 Edge theme? My logo is simply too large to fit to the left of the "home" button.

Any help is appreciated. Thanks!
 
Not really an easy way of centering the logo inside the navigation. You could do a different logo position:

Style properties -> Header and Navigation, we have a few options there. Additionally, if you move the logo out of the navigation you can style the background: Style Properties -> Header and navigation -> Header/logo row.
 
Played around with this and I can get the logo outside of the navigation area by using the default location position, but I can't seem to get it to center. Any ideas?

Once the logo is in the default position, add this to your extra.less:

Code:
.XenBase .p-header-logo {
    margin-left: auto;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back