Reply To: Moved headings change mobile (offset)

Home Forums Support Moved headings change mobile (offset) Reply To: Moved headings change mobile (offset)

Home Forums Support Moved headings change mobile (offset) Reply To: Moved headings change mobile (offset)

#109780
Tom
Lead Developer
Lead Developer

Ah! Instead of using padding, I would consider using this CSS:

.content-area {
      max-width: 800px;
      margin: 0 auto;
}

Let me know ๐Ÿ™‚