• Hi

    Does anyone know how to adjust the max page-width, please?

    Many thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, the one thing to keep in mind is that the maximum suggested character line length is 66, including punctuation and spaces, and Affinity is at around 63 as designed. As lines get longer, readability suffers and it becomes harder for the eye to go from the end of one line to the beginning of the next accurately. Original content width or screens 58em and wider was set to 714px. The following sets that to 1000px. You can adjust as you see fit.

    @media screen and (min-width: 58em) {
      .affinity-front-page .site-content .entry-content {
        max-width: 1000px;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Affinity: full page width’ is closed to new replies.