• Resolved psyadmin

    (@psyadmin)


    hello there.
    i m working in anarho notepad theme(i find it really awesome).
    i m switch from drupal to wp.
    in progress i have lost the page backround.
    this is the link for any missunderstunding :LINK

    THANKS IN ADVANCE.
    theodoros

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    Hello,
    I’m glad that you liked my work!

    Try this:
    In the style.css file find this:

    #content {
        background:url(images/notepad-back.gif) repeat-y;
        width:870px;
        margin:0 auto;
        padding:0 20px 0 70px;
        word-wrap: break-word; }

    and replace with:

    #content {
        overflow: hidden;
        background:url(images/notepad-back.gif) repeat-y;
        width:870px;
        margin:0 auto;
        padding:0 20px 0 70px;
        word-wrap: break-word; }

    Thread Starter psyadmin

    (@psyadmin)

    thanks alot. works great.

    Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    You are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘newbiee please help’ is closed to new replies.