Anonymous said:hello, i am using one of your themes i think its 'its a crime theme'? not sure. but i love it very much except the sentences that i post are not in a straight line. how do i fix this? thank you |
Er, ‘It’s a crime theme’ is the name of my blog, lol. I think you mean this theme? The slightly rotated parts are the ‘special’ thing about it, so I’m not sure why you would want to change that, because then it’s just like any other simple theme… it’s only the quotes, the chat posts and the headlines of the text posts that are rotated by one degree. Well, and the sidebar.
If you still want to change it though, all you have to do is search for all the
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
-o-transform: rotate(1deg);
-ms-transform: rotate(1deg);
transform: rotate(1deg);
in the code, and delete them.