Home Forums Space themes support forum Header Menu Full Width

Header Menu Full Width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637827

    Jean-Michel
    Participant

    Hello,
    is there a way to spread the menu in the header across the entire width?

    Example menu across the entire width in the header: Example

    My shop: jamb.ch

    I know you can do that with CSS, but I just never manage it.

    Thank you for your help

    Attachments:
    You must be logged in to view attached files.
    #637861

    Luke Nielsen
    Keymaster

    Hello,

    Move the menu to the center – https://monosnap.com/file/gJBENG7lfnv7pDYWxv0PPy8qX7biUH and then apply the code below:

    .xts-header-bottom .xts-nav {
      display: flex;
      justify-content: space-evenly;
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)