Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Themes and Templates
    In reply to: IE Woes-Help!
    combustingboy

    (@combustingboy)

    your entire comment area seems to be wrapped in a div that’s labeled as:

    <div style="text-align: center;">

    add the clearing rule to this, so it would be:

    <div style="text-align: center; clear: both;">

    Hopefully that will do it.

    Forum: Themes and Templates
    In reply to: IE Woes-Help!
    combustingboy

    (@combustingboy)

    try throwing a <div id="respond" style="clear: both;"> on there.

    Forum: Themes and Templates
    In reply to: IE Woes-Help!
    combustingboy

    (@combustingboy)

    At a super quick look, it seems like an issue with the adsense area being positioned absolutely and the subsequent content (leave a reply) starting higher up in the document than normal. Make sure your clearing the comment areas as well.

    this theme has the images automatically float left, which means anything else (like you text) will float around it.

    This rule is in the stylesheet:

    /* IMAGE STYLE */
    
    img {
    float: left;
    padding-right: 5px;
    border: 0;}

    Just delete the “float: left;” line and your images with then inherit whatever formatting you used in the wordpress editor (align left, etc)

Viewing 4 replies - 1 through 4 (of 4 total)