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
Hey ccyran,
Please try this out:
.max-text {
max-width: 630px;
}
Best regards,
Rikard
Perfect, thanks Rikard!