RTL support for the LAVA theme

The Lava theme is a very beautiful one and in an attempt to make it an RTL theme I first activated the core module (Locale) and I could add the rtl language. I also added the language switcher to the header. It seems that only the Admin menu switches direction to the right and nothing like the Logo or menu do this. I tried to add the style-rtl.css file to the lava folder and I made reference to it by adding stylesheets statement to the file (lava.info). In the said file I added the CSS

#logo {dir: rtl; }

or I also tried

#header #logo {dir: rtl; }

Nothing has already worked except addition of multiple frustration. Can anyone do a favor here by hinting to me an idea. Thanks.

Comments

user
Submitted by admin on Thu, 08/13/2015 - 05:34

After making any change in lava.info file, you need to clear Drupal cache from:
Home >> Administration >> Configuration >> Development >> Performance >> Clear All Cache