Home Forums Azuma Main Menu alignment | Site Name width

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16037
    Jason Nolan
    Participant

    Is there a way to change the allowed width for the site name? I have 3 words stacked vertically instead of being in a single line across. Also, and possibly related, I want to make sure the main menu is aligned to the right of the site container.

    Look forward your your response.

    #16038
    Andy
    Keymaster

    With some custom CSS you can try varying the widths of the inner header parts.

    For example:

    
    #masthead > .container {
      grid-template-columns: auto auto auto;
    }
    

    Or to give the site title area (the first column) a definitive width, try something like this:

    
    #masthead > .container {
      grid-template-columns: 600px auto auto;
    }
    

    Let me know how it goes or if you need more help please ask.

    #16039
    Jason Nolan
    Participant

    Andy,

    Fantastic; thanks for that. That’s resolved the issue.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Azuma’ is closed to new topics and replies.