Results 1 to 4 of 4

Thread: Need help to set my blog page code

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Chennai - India
    Posts
    3
    Hello rupankar,

    I have visited your blog. Its good. The problem with your sidebar can be fixed by setting the width of the sidebar from 24% to some what higher value like 25% or 26%. You can change that value in the template's style information found at the top of the page. I think the line you have to edit is 101 (The Line Number is 101). This may not the exact line number. But change the value of

    #sidebar {
    width:24%;
    float:left;
    }

    to

    #sidebar {
    width:25%;
    float:left;
    }

    Hope this helps.

    All the best.

    [B]R. Kaja Mohideen
    Last edited by bloghub; 03-23-2006 at 11:58 AM.

Posting Permissions

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