Sorry, we don't support your browser.  Install a modern browser

Logo in Arabic version on Squarespace overlaps menu#248

R

I have a squarespace site that I wanted to translate from English to Arabic (I’m using the latest squarespace version). I posted the following code to make the language RTL in the Arabic:

html[lang=”ar”] body direction: RTL!important;
text-align: right!important;
}
html[lang=”ar”] .left text-align: right!important;
}

Everything has moved to the right - except the navigation menus - they are still on the right - and appear underneath the logo. Can you let me know how that can be fixed? I did not use any custom CSS to position the menus.