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
    Join Date
    Mar 2011
    Posts
    11

    Default Black style RH column on index is down by footer

    Hello,

    Anyone else having an issue when using the black theme where the RH column of the index page gets pushed down to the footer so its just under the featured block?

    gunvideos.jpg

  2. #2

    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;
    }

  3. #3
    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
  •