Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • okiedokie Friend
    #130242

    Hi,
    Since upgrading to Firefox 3, two days ago, the text extends past the background all the way to the right edge of the screen. In IE the formatting is still OK.

    http://prairiebytes.com/

    Thanks for any suggestions and assistance.
    okiedokie

    kashxo Friend
    #257143

    Hello okiedokie,
    Please open your file template.css and go to line 466th, you will see this css code:
    <blockquote>
    .article-tools {
    clear:both;
    color:#6D644C;
    display:block;
    font-family:Georgia,”Times New Roman”,Times,serif;
    margin:3px 0pt 10px;
    overflow:hidden;
    position:relative;
    white-space:nowrap;
    width:100%;
    }
    </blockquote>

    Please add white-space: normal; to that:
    <blockquote>
    .article-tools {
    clear:both;
    color:#6D644C;
    display:block;
    font-family:Georgia,”Times New Roman”,Times,serif;
    margin:3px 0pt 10px;
    overflow:hidden;
    position:relative;
    white-space:normal;
    width:100%;
    }
    </blockquote>

    and your issue will be fixed.

    okiedokie Friend
    #257206

    Hi kashxo,
    Thank you very much for your help! It worked “like a charm”! 😀
    Thanks Again!

    Sherlock Friend
    #257318

    OK
    I will mark this thread is solved

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

This topic contains 4 replies, has 3 voices, and was last updated by  Sherlock 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum