Hi
Have a look on www.tracksmania.com
You'll see this strange behaviour.
I've tried different width for sidebar right. No way.
The other concern is about arabic and only in IE8.
At the beginning theme didnt find his css at all. I tried CSS compression which fixed it.
But now arabic view is completely quirk. Try to switch in arabic, you'll see.
Please Help.

Comments

ajross’s picture

Status: Active » Closed (cannot reproduce)

As I posted elsewhere, it looks like you are using a different theme on this site now, so I am not able to see what the problem is. If you do need my assistance, please post a new issue and I'll try to help.

alpp’s picture

Status: Closed (cannot reproduce) » Active

i have the same issue, if you install arabic or hebrew language on a site with mix and match theme, you will notice that the theme is broke in rtl languages, and header goes wide thru the limits of the page (it goes so wide that logo is not seen anymore).

alpp’s picture

Status: Active » Fixed

ok i fixed this by adding width to the header-group .block .inner in mix-and-match-style-rtl

#header-group .block .inner {
  margin-left: 0;
  width: 960px;
}

everything looks ok now. i think this should be added to the original rtl css (for fixing the error in IE)

ajross’s picture

Status: Fixed » Active

Thanks for posting that. I've reset the issue to active until I incorporate the fix in the next release of 6.x.

ajross’s picture

Assigned: Unassigned » ajross