Hey, does anyone know how to fix the issue with the sidebar being adjusted out beyond the main page table in arthemia template? works fine in FF, safari, chrome, and IE8, but not in IE7. attached is a screenhot. any help would be great!

CommentFileSizeAuthor
screenshot.JPG173.35 KBOISdev
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dddave’s picture

Project: Drupal core » Arthemia
Version: 6.17 » 6.x-2.x-dev
Component: other » Code

This is NOT a Drupal core issue. Moved to theme's issue queue.

NaheemSays’s picture

Status: Active » Postponed (maintainer needs more info)

I cannot see that issue in the theme as provided... have you made any modifications to the code that are moving it to such a location?

If so (and I suspect this is the case as the sidebar is thinner than normal), you need to make sure the relevant cs rules have the correct margins (but I am unsue why this is only exhibiting in IE7, so the issue may be different).

OISdev’s picture

Hi, yes I did make the sidebar narrower than it was initially and also made the change to the css for the main content section to be wider. Made the content wider in relation to the sidebar. Just not sure why this is happening in just IE7 and not for all the other browsers. Even IE8 works. Has anyone else had this issue and found out a fix? Or hopefully everyone will stop using IE7 as a browser and we don't have to worry about it. I feel certain that someone else has probably made the sidebar narrower than it was originally too. Thanks!

NaheemSays’s picture

can you post the actual code snippet you used just to make sure there are no obvious fixes?

eskaye’s picture

I know this is going to sound random, but have you tried optimizing the CSS files? I was having strange IE display issues and I finally figured out that IE doesn't like handling a lot of CSS files so you need to aggregate them. Once I did that all my IE display issues went away.
Go to /admin/settings/performance and under Bandwidth Optimization select Optimize CSS.

Apologies if you have already tried this.

Good luck