Home › Forums › WoodMart support forum › Rotate Text › Reply To: Rotate Text
June 23, 2023 at 1:52 pm
#476874
whizzoenterprise10
Participant
CSS : .rotate-text {
display: inline-block;
white-space: nowrap;
transform: rotate(-90deg);
transform-origin: left top;
}