Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS to remove space above rotated text

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255560
    Marius0188
    Participant

    Good day,

    I got some code to rotate text from SO.
    The challenge I face now is how do I remove the space above the rotated text?

    Here is the issue:

    https://postimg.org/image/hblglmwfl/

    [MOD EDIT – Codedump Removed]

    #255562
    Paulie_D
    Member

    You’d need to create a proper demo, ideally in Codepen.io rather than a codedump.

    However, transforms are purely visual and margins etc are not affected by them.

    It’s probably a good idea to use positioning or text-direction CSS to achieve what you are after instead.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CSS to remove space above rotated text’ is closed to new replies.