Andreas08 Theme @ 100%

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
ITS
Regular
Posts: 28
Joined: Sat Feb 17, 2007 5:35 pm

Andreas08 Theme @ 100%

Post by ITS »

Hi,

I'm trying the Andreas08 Theme next.
By default its fixed to 760px.
I want to use it witth 100% widths and edited the style.css accordingly.

1.)The entries are now right-aligned and I don't know where to change that.
2.) When I drag the browser window smaller the entries are going into the side bar area and the side bar goes under the entries. How can I prevent this?
3.) Is it correct that this theme can only be used with 1 sidebar left or right?

thx, ITS!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Andreas08 Theme @ 100%

Post by garvinhicking »

Hi!

It would help to see your URL to see the changes you already made, and what is happening. Then we can try to help you.
2.) When I drag the browser window smaller the entries are going into the side bar area and the side bar goes under the entries. How can I prevent this?
That's usual behavior whenever you use floating elements that have a width. You can't really prevent it, unless you remove floating in the theme, which would be a near complete rewrite of that theme.

HTH,
GArvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ITS
Regular
Posts: 28
Joined: Sat Feb 17, 2007 5:35 pm

Post by ITS »

Hello,

thank you, problem2 is solved by inserting a table.
problem1 and q3 still exist: http://bb0.de

ITS
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

For problem 1:

Have a look at the style.css. There you see:

Code: Select all

.contentleft #content {
float:right;
width:515px;
font-size:0.9em;
padding:20px 20px 3px 0px; }
This sets your left content area to 515px width. Thus it might look left aligned to you. You can set this width to another width to make it larger.

Problem #3:

Yes, andreas08 supports a single sidebar on the left only.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ITS
Regular
Posts: 28
Joined: Sat Feb 17, 2007 5:35 pm

Post by ITS »

Ok, thank you very much!
Post Reply