Bara

Member
How I can move the logo below the navigation (centered)?
 

Attachments

  • chrome_2019-06-15_19-14-22.png
    chrome_2019-06-15_19-14-22.png
    334.1 KB · Views: 28
Check out: Style properties -> Header and navigation, change the logo position to "below navigation".

Then you'll put this inside the template extra.less:

Code:
.XenBase .p-header-logo {
    margin: 0 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