[Resolved] Headings alignment on mobile

Home Forums Support [Resolved] Headings alignment on mobile

Home Forums Support Headings alignment on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1636812
    Adrien

    Dear David and GP Team,

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

    Thank you very much.

    #1637095
    David
    Staff
    Customer Support

    Hi there,

    this CSS:

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

    Thank you David! It works perfectly.

    #1637974
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.