Page 1 of 1

Andreas08 Theme @ 100%

Posted: Sun Mar 04, 2007 8:56 pm
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!

Re: Andreas08 Theme @ 100%

Posted: Mon Mar 05, 2007 2:23 pm
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

Posted: Mon Mar 05, 2007 8:57 pm
by ITS
Hello,

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

ITS

Posted: Mon Mar 05, 2007 10:49 pm
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

Posted: Wed Mar 07, 2007 5:17 pm
by ITS
Ok, thank you very much!