Results 1 to 3 of 3

Thread: Black style RH column on index is down by footer

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    Edit templates/css/style.css and findout the following

    #content {
    float: left;
    margin: 0;
    width: 770px;
    }

    Replace with

    #content {
    float: left;
    margin: 0;
    width: 760px;
    }

  2. #2
    Join Date
    Mar 2011
    Posts
    11

    Default

    Thanks :) That did it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •