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!
Andreas08 Theme @ 100%
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Andreas08 Theme @ 100%
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.
HTH,
GArvin
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.
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.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?
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/
# 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/
Hello,
thank you, problem2 is solved by inserting a table.
problem1 and q3 still exist: http://bb0.de
ITS
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:
Hi!
For problem 1:
Have a look at the style.css. There you see:
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
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; }
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/
# 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/