Page 1 of 1

position of entries

Posted: Tue Aug 08, 2006 11:46 pm
by substream
Hi
Can't manage changing the position of the content in index.tpl
Ath the moment, it looks like this: http://blog2.gepflegt-rocken.de/index.php
As you can see, the static text on the left covers the content. How can I get the content to be only like 70% of width?
(Let's not talk about the design, I'm still trying...)
Thanks a lot,
Heiko

Re: position of entries

Posted: Wed Aug 09, 2006 11:06 am
by garvinhicking
Hi!

Did you try to change that in the CSS of your template?

Best regards,
Garvin

Posted: Wed Aug 09, 2006 12:22 pm
by substream
This is where I tried it, but I do not know what exactly I have to change. I tried everything (padding, margin, ...) but did not succeed...

Posted: Wed Aug 09, 2006 12:35 pm
by garvinhicking
Hi

Okay, maybe some of the HTML+CSS guys on the forums might be able to help here. Since it's not a problem specific to s9y, you might find a broader audience on a generall CSS forum on the web? In case nobody else can help you here...

Best regards,
Garvin

Posted: Wed Aug 09, 2006 12:45 pm
by yellowled
substream wrote:This is where I tried it, but I do not know what exactly I have to change. I tried everything (padding, margin, ...) but did not succeed...
I admit I'm not good with position:fixed since I never use it, but setting margin-left for #mainpane should do the trick. I'd suggest to add something like #mainpane {margin-left: 180px;} since your sternneu.gif is 172 px wide and you probably don't want it to cover the entries.

Posted: Sun Aug 20, 2006 11:37 pm
by sph
hi! why not use s9y for solving this problem? what about a html-nugget on the left side?

just add a left sidebar containing only a html-area. in this you can put your playlist or whatever you want to :)

yes okay, this will not be exactly the same - the content there is not fixed and will scroll with the rest of the page - but maybe you can give it a try ;)

if it's absolutely nescessary to keep this text fixed - try the margin - or check what you can arrange with right-align, or maybe better: floating-right :)