• These are the little things I hate about web design…

    if you look at my site: http://www.radbrains.com and go to where the posts start, you will see that the H1 for the post titles kind of blends in and is not noticeable for “uninformed” web surfers to click on. I want to make it bigger and change the color, the color change is no problem, but when I make it bigger it moves around…

    div#ws-blog .ws-article h1.entry-title {
    font-size: 1.3em ;
    }

    I change 1.3em to 1.5 and the font resizes but it also moves to the right and places itself oddly indented. (Try it yourself in firefox)

    How would I get it to not indent?

    [no bumping]

  • The topic ‘when I edit CSS some weird formatting happens…’ is closed to new replies.