• Resolved davidovic123

    (@davidovic123)


    Hello,

    I want to move down Title 1 or 2px and also reduce its line-height.

    I used the following code:

    .rpwwt-post-title {
    font-size: 16px;
    line-height: 1.85714285714286;
    margin-top: 2px;
    }

    The code works for the font-size But it doesn’t for the margin and the line-height!!

    Please, How to move down the title and also reduce the Line-Height?

    Thank you very much.

Viewing 1 replies (of 1 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    The margins and the line-height should be affected by your code. They seems to be overwritten by another CSS code. The fastest way to let your code take effect is using a more specific selector.

Viewing 1 replies (of 1 total)
  • The topic ‘Reduce Title’s Top margin and Line-Height’ is closed to new replies.