Is not placed correctly on display, placed to fare to the left and lists in nodes is placed outside the node-body

<ul>
 <li>list item one</li>
 <li>list item two</li>
</ul>

I'm not adding a screenshot, instead please visit http://www.tbsk.no/blogs/sjefen. Have the same problem in FF, Opera and Safari.

--
Stein Magne

Comments

jswaby’s picture

I removed the bullets from the theme on the left side.

Did you modify the theme so that the bullets show up again?

If you did, there isn't much I can do for you. I have the exact same theme on my site that was checked out of CVS. Unordered lists seem to work fine. If they aren't, I'll check back in the version that I have on my site.

steinmb’s picture

No i didn't change add anything, eeeh that is not 100% correct, I have changed the with so I could fit my 590px images in the contents field. Here is the diff from Dreamy ver 1.3

--- style.css   2007-05-16 19:07:59.000000000 +0200
+++ /var/www/websites/tbsk/drupal/sites/all/themes/dreamy/style.css     2007-09-19 12:52:07.000000000 +0200
@@ -79,7 +79,7 @@
 */
 #wrapper {
   margin:0 auto;
-  width:700px;
+  width:800px;
   background:#ffffff;
   font-size:1.20em;
 }
@@ -217,7 +217,7 @@
 #content {
   float:left;
   min-height:400px;
-  width:500px;
+  width:600px;
 }
 
 #main {

I

jswaby’s picture

Status: Active » Closed (fixed)

Committed the version of this theme that I am running on my site. I haven't had a problem with it.

http://drupal.org/node/180664

Hopefully this fixes your problem.

Please keep in mind that any editing you to do the theme is your responsibility. I can't go around fixing a forked themes all day. Many people take this theme and change it to suit their needs. I'm sure you'll change it to suit yours as well.