• [email protected]

    (@webmasterstatepublicadjustercom)


    When an end-user replies to one of the postings it has the Username and then the comment; however, the lines of the users comment seem to be stacked on top of sentences. It is as if the spacing allowed for the response is insufficient and to compensate the comment is squished together.

    I went in to the control panel and looked to see if there was a quick fix that I had overlooked but did not find anything. Any suggestions?

    Here is the link to view the problem

    https://statepublicadjuster.com/blog/archives/65

    -Nick

Viewing 2 replies - 1 through 2 (of 2 total)
  • Start by removing:

    position: absolute;
        top: 30px;
        left: 120px;

    from:

    .comment-body p {
        float: left;
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 13px;
        min-height: 100px;
        padding: 8px 0 10px;
        position: absolute;
        top: 30px;
        left: 120px;
        width: 500px;
    }

    in style.css.

    Thread Starter [email protected]

    (@webmasterstatepublicadjustercom)

    Tried that and it worked but now it appears that the formatting is still just a bit off. Can you recommend some additional tweaks to get it looking right

    https://statepublicadjuster.com/blog/archives/65#comments

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘alignment in replies issue’ is closed to new replies.