Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #837662

    Hey guys,

    On this page for example:

    Please reference the blue highlighted area in this screenshot:
    https://ibb.co/fDDPSF

    I want to use a “Custom CSS” class called “max-text” to make the max-width 630px. Can you provide CSS for this?

    Thanks!
    Chris

    #838126

    Hey ccyran,

    Please try this out:

    .max-text {
      max-width: 630px;
    }

    Best regards,
    Rikard

    #838172

    Perfect, thanks Rikard!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Set max-width for all text modules’ is closed to new replies.