SPIP header

Hello,

I’m working on the default SPIP header, and want to adept it to my website. I have a question:

Where can I control the direction of the header only? For example, I want the spip_logo_site appears on the top left side of the site in both rtl and ltr pages, and an ad box appears on the right side.

Thank you

PS: I have SPIP 3.1.1 [22913]

Hi,

I think that you only have to overwrite the css used in rtl, and use them in rtl.

Of course, this must be done only for the css rules that impact the menu.

You can detect them with the developper toolbar, Firebug or the native html inspector

.Gilles