Vertical Text

PHOTO EMBED

Fri Feb 25 2022 06:13:17 GMT+0000 (Coordinated Universal Time)

Saved by @jackie #text #fonts

// Easy Vertical Text //

@media only screen and (min-width: 640px) { em {
  width: auto !important;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  font-style: normal !important;
  transform: rotate(180deg);
}
}

em {
  font-style: normal !important;
}
content_copyCOPY

From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box. // Easy Vertical Text // @media only screen and (min-width: 640px) { em { width: auto !important; writing-mode: vertical-rl; text-orientation: sideways-right; font-style: normal !important; transform: rotate(180deg); } } em { font-style: normal !important; } Next, add the text you’d like to turn vertical on any page. Italicize the text and it will instantly turn into vertical text. It’s recommended you only do this with larger headers and shorter lines of text. You may need to position a spacer block around the vertical text to adjust its positioning. It might look odd while editing, so save the page and refresh. Customize It’s best to keep italicized text in their own text blocks. DO NOT share other font sizes in the same block unless they are all italicized. Vertical text looks best on larger devices, so the code keeps all vertical text horizontal on mobile devices. You do not need to change any values.

https://www.ghostplugins.com/steps/super-easy-vertical-text-version-2?fbclid=IwAR0yYDYS06kLYLdWZuLzI_QVREVnLMx4lkrqa4YEZtP7uS1aKN5ur7S7Rzg