• Resolved sevenglaciers

    (@sevenglaciers)


    Site

    The textarea at the very bottom where you input your comment is set to 554px, but it’s much wider than that. It has 0 padding and 0 margin, so I don’t understand what’s going on. please help. thank you ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    A lot of that reasoning is the border. Since by default it will always add a 1px border all the way around ( most browsers ) it now is 556px. Unless you mean like drastically different.

    Thread Starter sevenglaciers

    (@sevenglaciers)

    I mean drastically different.

    This is set to 500px – is that what you mean?

    .commentlist .comment-body {
        background: none repeat scroll 0 0 #EFEFEF;
        margin: 10px 0;
        padding: 10px;
        position: relative;
        width: 500px;
    }
    Thread Starter sevenglaciers

    (@sevenglaciers)

    that worked! thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS textarea width doesn't make sense’ is closed to new replies.