i'm using it for our town soccer page. only problem I am having is that it doesn't recognize new line tags and slams them all together.
i'm still trying to learn css and figure out how to tweak pagination and stuff.
The problem is because Marinelli theme set all style margin and padding to zero.
* {padding: 0;margin: 0;}
But if you delete the code above, you'll messed everything.
Btw, today I've launched a site based on Marinelli theme, but it has been heavily modified by me.
You can see the result at http://www.smu112.org
Hi Tom-182,
I liked the fact that you separated the left and right sidebars. Would you mind sharing the code you used to do so? I tried moving the left side bar above the content in page.tpl but the layout broke.
I believe this section in page.tpl needs to be modified
Comments
Comment #1
Lioz commentedHi Raffij, can you explain me extactly the problem? Do you see it with all browsers?
Comment #2
LansingIT commentedI also am seeing this , no line breaks in Safari or FireFox . See Attached
Comment #3
raffij commentedI haven't tried IE yet. but yes with safari and firefox
Comment #4
raffij commentedfixed the issue.
within the styles.css module in the #primary .singlepage p section, I added margin-bottom:10px to space out between paragraphs.
Comment #5
LansingIT commentedThanks that did the trick.
bk
Comment #6
battochir commentedThis problem persists in IE 6 and IE 7. I'm going to fiddle a bit and see what I get.
wim
Comment #7
battochir commentedDoh! My bad. I flushed drupal's cache a dozen times...no change. Then I flushed the browser's and it worked. Sorry about that. Everything works.
wim
Comment #8
Tom-182 commentedThe problem is because Marinelli theme set all style margin and padding to zero.
But if you delete the code above, you'll messed everything.
Btw, today I've launched a site based on Marinelli theme, but it has been heavily modified by me.
You can see the result at http://www.smu112.org
Comment #9
Lioz commentedHi tom!
Great site, I really appreciate your link to the project in the footer ! :)
Comment #10
lias commentedHi Tom-182,
I liked the fact that you separated the left and right sidebars. Would you mind sharing the code you used to do so? I tried moving the left side bar above the content in page.tpl but the layout broke.
I believe this section in page.tpl needs to be modified
as well as this part in the template.php
Thanks much!
Comment #11
Lioz commentedok fixed
Comment #12
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.