Forums

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

Home Forums CSS Mysterious Whitespace in H2

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #278888
    HawkBlade124
    Participant

    Hi, so in my website there is a mysterious whitespace that is appearing and I don’t know what is happening. Here is what I mean:

    http://www.realmovietalk.com/

    highlight the H2 below the HR line, it stretches beyond the blue margin. Is there anyway I can fix this? (I would post images, but I can’t do so.)

    #278920
    JeroenR
    Participant

    Set the margin-left property instead of the left property. In that case the width will adjust.
    Otherwise the width will remain 100% of the original width, but just 40% moved to the left.

    #278938
    HawkBlade124
    Participant

    Thank you! That worked! I appreciate the time that you took in solving this for me. :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.