Hi,
I am using IE 7 and your MyDrupal Impact theme (which I really like) with Drupal 5.1, however a couple of the layouts do not look right. It probably has something to do with css and/or IE7, but I'm a css newbie. I have include links to pictures to show the problems. Please help if you can. Thanks,
icon123
http://www.thehitchens.com/temp/1.gif
http://www.thehitchens.com/temp/2.gif
http://www.thehitchens.com/temp/3.gif








Comments
I use firefox and have the
I use firefox and have the same problems, so it's not IE
here's a fix at least for the first one... it'll probably fix the second one as well
edit the file "style.css" and do a search for ".status"
either replace that section with this one, or just add the following line: "padding-bottom: 15px;"
.status {
background: url(icons/icon-info.png) no-repeat;
padding-bottom: 15px;
padding-left: 72px;
}
Thanks, 1/2 way there!
Thanks for the suggestion, that worked for the top misalignment but not the bottom. I had to use padding-bottom 20px; for it to completely show up. Thanks for the tip. I will let you know when I figure the bottom one out, likewise please. Thanks again,
icon123