Edit Sidebar in Bulletproof

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Olaf
Regular
Posts: 134
Joined: Fri Nov 25, 2005 8:40 pm
Location: Germany
Contact:

Edit Sidebar in Bulletproof

Post 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
seraphyn
Regular
Posts: 211
Joined: Fri Dec 01, 2006 8:42 am
Contact:

Post 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
Olaf
Regular
Posts: 134
Joined: Fri Nov 25, 2005 8:40 pm
Location: Germany
Contact:

Post by Olaf »

OK, thank you. That is really simple. :)
scottblitz
Regular
Posts: 20
Joined: Fri Sep 07, 2007 12:36 am
Contact:

Post 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
Post Reply