Home Forums Space themes support forum Logo in header not centered (horizontal) Reply To: Logo in header not centered (horizontal)

#560751

Luke Nielsen
Keymaster

Hello,

The thing is that you use a menu with 1 item to show the “My Account” so the entire menu is stretched to the full width to align internally.

So I suggest you define the “Account” element with the “Only text” value – https://prnt.sc/Ppe9aSSj01mW, either use the code below to override the styles.

.xts-header-main .xts-nav-wrapper {
    flex: none;
}

Kind Regards

  • This reply was modified 7 months, 3 weeks ago by Luke Nielsen.