Content , move up
Hello,
Any ideea how i can move up the content of posts with 50px?
I have add this css code:
p {
padding: -70px 0 0 0
}
But not work with "-". Only qqirh +..
The page it's here:
Please see the photo:
Comments
negative padding does not exist, only negative margin. Use margin.
thanks