• If you look at my page, every single space has the exact same margin. For example – between the post title header and the user ratings, then between the user ratings and the post content, then between the post content and the comments. I can’t figure out what’s causing this. I’ve tried changing all my margins in the stylesheet to 0px but nothing changes. How can I make these gaps smaller or get rid of them?

    site: http://moviestinger.com

Viewing 1 replies (of 1 total)
  • (between the post title header and the user ratings) – It is due to the h6 . I think it is coming from plugin. make top margin, padding as zero.

    (between the user ratings and the post content) – It is due to 2 line breaks
    after the “user rating”

    Headings are used wrongly in the design. Headings are used in the design as “div” which is not the way to use it.

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t figure out what’s causing this margin’ is closed to new replies.