• Sjay2k

    (@sjay2k)


    I currently have a fixed width blog of 900. I would like the blog to take up 450px on the right side. On the left, I would like to have my first sidebar take up 100px, and then my right sidebar (text/html) to take up the remaining 350px. However I seem to be limited in the size that I can make my right sidebar, and there is a weird gap in between the three columns.

    What’s the best way to fix this?

    I use a blocks theme and my blog is here.

Viewing 1 replies (of 1 total)
  • Andi Saleh

    (@bindanaku)

    It’s all doable by editing the CSS. As I see it, you can’t make your sidebar exactly 450px because the borders also take up space.

    Try this:
    #sidebar { width:auto; }
    #sidebar_right { width:349px; }
    #sidebar_left { width:99px; margin-right:0; }

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebars width (with link)’ is closed to new replies.