Embedding Serendipity, 2 questions...

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Ratatosk
Regular
Posts: 10
Joined: Wed Dec 28, 2005 12:52 pm

Embedding Serendipity, 2 questions...

Post by Ratatosk »

Hi, could you just help me for 2 things please ?

I choosed to activate the Embed option of Serendipity in order to have a display like http://www.fsagx.be/serendipity5/ that I would like, it's really fine.

Could you tell me how to tell S9Y to expand the width of the column displaying entries in order to fill all the width of the windows ? (but with keeping the second column containing calendar... on the right)

And How can I put a repetitive backgroud image ?

Thank you very much for your help,

R.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

You can edit the template's style.css to change the column widths. Just change #content to include width:80% and #serendipityRightSideBar to include width:20%. Change the percentages as required.

To get a fixed-width sidebar, set it to a width in pixels, like 200px. Then include a margin-right: 200px on the #content to make space for the sidebar.

The link you provided didn't have any CSS styling applied, so I can't provide anything more detailed.
Judebert
---
Website | Wishlist | PayPal
Post Reply