Site logo

Archived topic

Headings alignment on mobile

3 replies · Started by Adrien on January 28, 2021

Viewing posts 1–4 of 4

Dear David and GP Team,

How can I center align all my headings on mobile please?

Thank you very much.

Hi there,

this CSS:

@media(max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
}

Thank you David! It works perfectly.

You're welcome

This archived topic is closed to new replies.