If this problem was already solved, sorry, I couldn't find anything for it here. π³
My efiction-archive: http://sorriso.so.funpic.de/eFiction331/eFiction331/index.php
My efiction-version: 3.3.1
My problem: The text of my story floats in the middle of the reviews/print/text-size part in the skin "elegance". It doesn't start below it. I tried it with the viewstory.tpl file, because I don't know anything about php and messed it up the first time. So I had to start again.
(That's why the site is so empty π )
The problem-site: http://sorriso.so.funpic.de/eFiction331/eFiction331/viewstory.php?sid=1&warning=1
What do I have to do?
Could someone help me? Thanks in Advance
1) Please take your site out of maintenance mode, or copy your viewstory.tpl here. Did you modify it at all?
2) This belongs in skinning support so I'm moving it over there.
1) Please take your site out of maintenance mode, or copy your viewstory.tpl here. Did you modify it at all?
2) This belongs in skinning support so I'm moving it over there.
Sorry, I took it out of maintenance. I didn't realize I had it on.
I didn't modify the viewstory.tpl yet, because the last one was so messed up, I didn't want to take chances.
Thanks for moving it. π
In the style.css find
#story {padding: 0px 10px;}
and change it to
#story {clear: both; padding: 0px 10px;}
Perfect! Thank you!!