Page 1 of 1

Edit Sidebar in Bulletproof

Posted: Fri Dec 07, 2007 3:11 pm
by Olaf
Hi,

I will edit the right sidebar in the Bulletproof Theme to expand the "with", where must I do this in the css. I use the S-B-S option. Because I will enable an Ebay RSS-description in the right sidebar.

-Olaf

Posted: Fri Dec 07, 2007 5:14 pm
by seraphyn
Put in Your CSS:

Code: Select all

* 3-column widths */
.threemain {
    width: 60%;
}
.threeside {
    width: 20%;
}
threemain is the Mainpart, threeside are left and right.
Have a look at the base.css, Your CSS overwrite this one.
Hint: If You are using Firefox/Iceweasel the Extension X-Ray is a fine thing.

Seraphyn

Posted: Fri Dec 07, 2007 7:38 pm
by Olaf
OK, thank you. That is really simple. :)

Posted: Sat Dec 08, 2007 5:28 pm
by scottblitz
Don't mean to hijack this thread but on a related note I am trying to make the sidebars a fixed width and have the content area fluid.

I am using B - S - S format and when I adjust the widths via CSS it does limit the size of the actual sidebar but seems to put the dead space between them rather than being used by the content area.

Thanks for any tips or advice. Love the bulletproof template - brilliant work.

SB