Hello,

When I create omega-html5 subtheme and active Arabic language the content region and sidebar first region take a wrong position but I changed some CSS lines and the problem be resolved

in file : alpha-default-wide-12-rtl.css
line : 221 left: 300px;
I changed it to : right: 300px;
and
line : 283 right: -600px;
I changed it to : right: -600px;

CommentFileSizeAuthor
#2 screenshot_after.jpg123.43 KBAlaa Rihan2
#2 screenshot_before.jpg123.29 KBAlaa Rihan2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fubhy’s picture

Status: Active » Postponed (maintainer needs more info)

Can I see a screenshot please? This should be working as designed actually. I think you are hacking the Omega CSS incorrectly.

Alaa Rihan2’s picture

FileSize
123.29 KB
123.43 KB

These are two screen-shots :
Th first one before change any thing
Th second one after change CSS file

fubhy’s picture

Okay, there is a bug in our RTL CSS files. However, your edits do NOT fix this properly. They just fix it punctually and ONLY in this single case. The entire file is upside down for RTL since the pull, push, prefix and suffix classes are configured for LTR while the grid elements itself are RTL. I will fix that tomorrow.

fubhy’s picture

Status: Postponed (maintainer needs more info) » Needs work
fubhy’s picture

Status: Needs work » Needs review

Hey adamsultan7,

I just uploaded a new dev version with a possible fix for this. Please review the package that you can download under this link:

https://github.com/ThemeGeeks/Omega/tarball/7.x-3.x

It should work with RTL languages now.

Alaa Rihan2’s picture

Hi fubhy,

It work very well for RTL languages now...

but font size for debugging (placeholder) is very big and bolder, you should return it smaller please .

thank you very much .

fubhy’s picture

Status: Needs review » Closed (fixed)

The font size for the debugging blocks is set to 12px. This is a normal font size. Also, the text is NOT set to font-weight: bold. If it appears bold or with large font size for you then you are doing that with your custom CSS code in your subtheme.

Alaa Rihan2’s picture

Sorry, I did use sub-them beta-1 with omega core dev version so the font appeared so big and bolder but when I replaced sub-theme with dev version it appeared right.

thank you